Searched refs:p_cache_dir (Results 1 – 1 of 1) sorted by relevance
1437 const char* p_cache_dir = cache_dir.c_str(); in get_cache_dir() local1438 const bool cache_dir_exists = (access(p_cache_dir, F_OK) == 0); in get_cache_dir()1450 const bool cache_dir_readable = (access(p_cache_dir, R_OK) == 0); in get_cache_dir()1458 const bool cache_dir_writable = (access(p_cache_dir, W_OK) == 0); in get_cache_dir()