HomeSort by relevance Sort by last modified time
    Searched full:android_asec_dir (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/
installd.h 102 extern dir_rec_t android_asec_dir;
utils.c     [all...]
commands.c 27 dir_rec_t android_asec_dir; variable
489 strncmp(apkpath, android_asec_dir.path, android_asec_dir.len) != 0) {
    [all...]
installd.c 327 if (get_path_from_env(&android_asec_dir, "ASEC_MOUNTPOINT") < 0) {
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 61 android_asec_dir.path = TEST_ASEC_DIR;
62 android_asec_dir.len = strlen(TEST_ASEC_DIR);

Completed in 68 milliseconds