Home
last modified time | relevance | path

Searched refs:prepare_app_cache_dir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/
H A Dutils.h171 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode,
H A DInstalldNativeService.cpp619 static int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode, in prepare_app_cache_dir() function
625 ret = prepare_app_cache_dir(parent, name, target_mode, uid, gid); in prepare_app_cache_dir()
787 prepare_app_cache_dir(path, "cache", 02771, uid, cacheGid, projectIdCache) || in createAppDataDirs()
788 prepare_app_cache_dir(path, "code_cache", 02771, uid, cacheGid, projectIdCache)) { in createAppDataDirs()
H A Ddexopt.cpp1353 if (prepare_app_cache_dir(dex_dir, "oat", oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()
1361 if (prepare_app_cache_dir(oat_dir, instruction_set, oat_dir_mode, uid, uid) != 0) { in prepare_secondary_dex_oat_dir()
H A Dutils.cpp1221 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode, in prepare_app_cache_dir() function
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv36288 …e,[email protected],Fix up error message in installd::prepare_app_cache_dir