Searched refs:cache1 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | cache_test.cpp | 501 struct disk_cache *cache1 = disk_cache_create("test_between_instances", in test_put_and_get_between_instances() local 506 disk_cache_compute_key(cache1, blob, sizeof(blob), blob_key); in test_put_and_get_between_instances() 509 result = (char *) disk_cache_get(cache1, blob_key, &size); in test_put_and_get_between_instances() 518 disk_cache_put(cache1, blob_key, blob, sizeof(blob), NULL); in test_put_and_get_between_instances() 521 disk_cache_wait_for_idle(cache1); in test_put_and_get_between_instances() 536 result = (char *) disk_cache_get(cache1, string_key, &size); in test_put_and_get_between_instances() 542 disk_cache_destroy(cache1); in test_put_and_get_between_instances()
|