Searched refs:fragment_cache (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | log_line.py | 35 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/ |
D | cache_extension.py | 13 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 D | super.c | 221 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 D | squashfs_fs_sb.h | 58 struct squashfs_cache *fragment_cache; member
|
H A D | cache.c | 375 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 D | squashfs_fs_sb.h | 57 struct squashfs_cache *fragment_cache; member
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | unsquashfs_info.c | 91 dump_cache(fragment_cache); in dump_state()
|
H A D | unsquashfs.h | 243 extern struct cache *fragment_cache, *data_cache;
|
H A D | unsquashfs.c | 47 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/ |
D | extensions.rst | 274 env.fragment_cache = SimpleCache()
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 61080 struct squashfs_cache *fragment_cache; member
|
H A D | vmlinux_518.h | 61080 struct squashfs_cache *fragment_cache; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 43015 struct squashfs_cache *fragment_cache; member
|
H A D | vmlinux.h | 43015 struct squashfs_cache *fragment_cache; member
|