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

/frameworks/native/cmds/installd/
H A Dinstalld.h97 extern dir_rec_t android_asec_dir;
H A Dcommands.c24 dir_rec_t android_asec_dir; variable
443 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
H A Dutils.c918 } else if (!strncmp(path, android_asec_dir.path, android_asec_dir.len)) {
919 dir_len = android_asec_dir.len;
H A Dinstalld.c287 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) {
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp61 android_asec_dir.path = TEST_ASEC_DIR;
62 android_asec_dir.len = strlen(TEST_ASEC_DIR);

Completed in 322 milliseconds