Searched refs:code_cache_exists (Results 1 – 1 of 1) sorted by relevance
775 bool code_cache_exists = (access(code_cache_path.c_str(), F_OK) == 0); in createAppDataDirs() local806 if (parent_dir_exists && !code_cache_exists in createAppDataDirs()