Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dlog_line.py35 self.fragment_cache = None
95 if self.fragment_cache is None:
96 self.fragment_cache = ANSI(
100 return self.fragment_cache
/aosp_15_r20/external/python/jinja/docs/examples/
Dcache_extension.py13 environment.extend(fragment_cache_prefix="", fragment_cache=None)
49 rv = self.environment.fragment_cache.get(key)
53 self.environment.fragment_cache.add(key, rv, timeout)
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/
H A Dsuper.c221 msblk->fragment_cache = squashfs_cache_init("fragment", in squashfs_fill_super()
223 if (msblk->fragment_cache == NULL) { in squashfs_fill_super()
281 squashfs_cache_delete(msblk->fragment_cache); in squashfs_fill_super()
330 squashfs_cache_delete(sbi->fragment_cache); in squashfs_put_super()
H A Dsquashfs_fs_sb.h58 struct squashfs_cache *fragment_cache; member
H A Dcache.c375 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment()
/aosp_15_r20/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_sb.h57 struct squashfs_cache *fragment_cache; member
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs_info.c91 dump_cache(fragment_cache); in dump_state()
H A Dunsquashfs.h243 extern struct cache *fragment_cache, *data_cache;
H A Dunsquashfs.c47 struct cache *fragment_cache, *data_cache; variable
1057 block->buffer = cache_get(fragment_cache, start, size); in write_file()
2327 fragment_cache = cache_init(block_size, fragment_buffer_size); in initialise_threads()
/aosp_15_r20/external/python/jinja/docs/
Dextensions.rst274 env.fragment_cache = SimpleCache()
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h61080 struct squashfs_cache *fragment_cache; member
H A Dvmlinux_518.h61080 struct squashfs_cache *fragment_cache; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h43015 struct squashfs_cache *fragment_cache; member
H A Dvmlinux.h43015 struct squashfs_cache *fragment_cache; member