Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dcache_test.cpp831 struct disk_cache *cache_sf_wr = disk_cache_create("combined_test", in TEST_F() local
834 disk_cache_compute_key(cache_sf_wr, blob, sizeof(blob), blob_key); in TEST_F()
835 disk_cache_compute_key(cache_sf_wr, blob2, sizeof(blob2), blob_key2); in TEST_F()
838 result = (char *) disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
843 disk_cache_put(cache_sf_wr, blob_key, blob, sizeof(blob), NULL); in TEST_F()
844 disk_cache_wait_for_idle(cache_sf_wr); in TEST_F()
846 result = (char *) disk_cache_get(cache_sf_wr, blob_key, &size); in TEST_F()
852 sprintf(foz_rw_file, "%s/foz_cache.foz", cache_sf_wr->path); in TEST_F()
853 sprintf(foz_ro_file, "%s/ro_cache.foz", cache_sf_wr->path); in TEST_F()
857 sprintf(foz_rw_idx_file, "%s/foz_cache_idx.foz", cache_sf_wr->path); in TEST_F()
[all …]