HomeSort by relevance Sort by last modified time
    Searched defs:cache_get (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 440 struct file_buffer *cache_get(struct cache *cache, long long index) function
unsquashfs.c 329 struct cache_entry *cache_get(struct cache *cache, long long block, int size) function
367 EXIT_UNSQUASH("Out of memory in cache_get\n");
370 EXIT_UNSQUASH("Out of memory in cache_get\n");
1036 block->buffer = cache_get(data_cache, start,
1051 block->buffer = cache_get(fragment_cache, start, size);
    [all...]

Completed in 36 milliseconds