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

/frameworks/native/cmds/installd/
H A Dcommands.c26 dir_rec_t android_app_private_dir; variable
H A Dinstalld.c277 if (copy_and_append(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
H A Dinstalld.h94 extern dir_rec_t android_app_private_dir;
H A Dutils.c916 } else if (!strncmp(path, android_app_private_dir.path, android_app_private_dir.len)) {
917 dir_len = android_app_private_dir.len;
/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);

Completed in 97 milliseconds