Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp114 cache_exists(struct disk_cache *cache) in cache_exists() function
205 EXPECT_TRUE(cache_exists(cache)) in test_disk_cache_create()
220 EXPECT_TRUE(cache_exists(cache)) in test_disk_cache_create()
234 …EXPECT_TRUE(cache_exists(cache)) << "disk_cache_create with MESA_SHADER_CACHE_DIR set with existin… in test_disk_cache_create()
/aosp_15_r20/frameworks/native/cmds/installd/
H A 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()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.1.0.rst1262 - util/cache_test: Remove dummy cache entry added by cache_exists()