Searched refs:android_app_dir (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld.h93 extern dir_rec_t android_app_dir;
H A Dutils.c914 if (!strncmp(path, android_app_dir.path, android_app_dir.len)) {
915 dir_len = android_app_dir.len;
H A Dinstalld.c272 if (copy_and_append(&android_app_dir, &android_data_dir, APP_SUBDIR) < 0) {
H A Dcommands.c25 dir_rec_t android_app_dir; variable
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp52 android_app_dir.path = TEST_APP_DIR;
53 android_app_dir.len = strlen(TEST_APP_DIR);

Completed in 845 milliseconds