Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache.h242 disk_cache_put_key(struct disk_cache *cache, const cache_key key);
308 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
Ddisk_cache.c615 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() function
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dcache_test.cpp452 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()
456 disk_cache_put_key(cache, key_b); in test_put_key_and_get_key()
463 disk_cache_put_key(cache, key_a_collide); in test_put_key_and_get_key()
473 disk_cache_put_key(cache, key_a); in test_put_key_and_get_key()