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

  /frameworks/base/cmds/installd/
utils.c 417 if (!strncmp(path, android_app_dir.path, android_app_dir.len)) {
418 dir_len = android_app_dir.len;
installd.h 90 extern dir_rec_t android_app_dir;
installd.c 286 if (copy_and_append(&android_app_dir, &android_data_dir, APP_SUBDIR) < 0) {
commands.c 23 dir_rec_t android_app_dir; variable
  /frameworks/base/cmds/installd/tests/
installd_utils_test.cpp 52 android_app_dir.path = TEST_APP_DIR;
53 android_app_dir.len = strlen(TEST_APP_DIR);

Completed in 295 milliseconds