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

  /frameworks/base/cmds/installd/
utils.c 419 } else if (!strncmp(path, android_app_private_dir.path, android_app_private_dir.len)) {
420 dir_len = android_app_private_dir.len;
installd.h 91 extern dir_rec_t android_app_private_dir;
installd.c 291 if (copy_and_append(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
commands.c 24 dir_rec_t android_app_private_dir; variable
360 if (create_pkg_path_in_dir(pkgpath, &android_app_private_dir, pkgname, ".apk"))
  /frameworks/base/cmds/installd/tests/
installd_utils_test.cpp 55 android_app_private_dir.path = TEST_APP_PRIVATE_DIR;
56 android_app_private_dir.len = strlen(TEST_APP_PRIVATE_DIR);

Completed in 46 milliseconds