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

  /frameworks/native/cmds/installd/
utils.h 146 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode,
InstalldNativeService.cpp 367 prepare_app_cache_dir(path, "cache", 02771, uid, cacheGid) ||
368 prepare_app_cache_dir(path, "code_cache", 02771, uid, cacheGid)) {
398 prepare_app_cache_dir(path, "cache", 02771, uid, cacheGid) ||
399 prepare_app_cache_dir(path, "code_cache", 02771, uid, cacheGid)) {
    [all...]
dexopt.cpp     [all...]
utils.cpp 1004 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode, function in namespace:android::installd
    [all...]

Completed in 2666 milliseconds