Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp774 bool cache_exists = (access(cache_path.c_str(), F_OK) == 0); in createAppDataDirs() local
799 if (parent_dir_exists && !cache_exists in createAppDataDirs()