Searched refs:cache_exists (Results 1 – 1 of 1) sorted by relevance
774 bool cache_exists = (access(cache_path.c_str(), F_OK) == 0); in createAppDataDirs() local799 if (parent_dir_exists && !cache_exists in createAppDataDirs()