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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp55 android_app_private_dir.path = TEST_APP_PRIVATE_DIR;
56 android_app_private_dir.len = strlen(TEST_APP_PRIVATE_DIR);
/frameworks/native/cmds/installd/
H A Dinstalld.h99 extern dir_rec_t android_app_private_dir;
H A Dutils.c1048 } else if (!strncmp(path, android_app_private_dir.path, android_app_private_dir.len)) {
1049 dir = &android_app_private_dir;
H A Dinstalld.c317 if (copy_and_append(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
H A Dcommands.c29 dir_rec_t android_app_private_dir; variable

Completed in 131 milliseconds