Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp775 bool code_cache_exists = (access(code_cache_path.c_str(), F_OK) == 0); in createAppDataDirs() local
806 if (parent_dir_exists && !code_cache_exists in createAppDataDirs()