Searched refs:truncate (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 79 int (*truncate)(struct fs_file_t *filp, off_t length); member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 37 control client will truncate the name when reading it. 46 client will truncate the name when reading it. 55 the media control client will truncate the title when reading it. 64 longer, the media control client will truncate the name when reading
|
/Zephyr-latest/subsys/fs/ |
D | fs.c | 170 CHECKIF(mp->fs->truncate == NULL) { in fs_open() 190 rc = mp->fs->truncate(zfp, 0); in fs_open() 312 CHECKIF(zfp->mp->fs->truncate == NULL) { in fs_truncate() 316 rc = zfp->mp->fs->truncate(zfp, length); in fs_truncate()
|
D | fuse_fs_access.c | 430 .truncate = fuse_fs_access_truncate,
|
D | fat_fs.c | 543 .truncate = fatfs_truncate,
|
D | littlefs_fs.c | 1053 .truncate = littlefs_truncate,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 91 f.truncate()
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 342 .truncate = temp_truncate,
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 203 memory to trusted users; a rogue user with improper access can easily truncate 204 the memory size to zero, for example by using :command:`truncate`, and make QEMU
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 632 .truncate = ext2_truncate,
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 342 hugef.truncate(HUGEPAGESZ)
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 257 truncate(),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 194 * ``ZEP-622`` - Add FS API to truncate/shrink a file
|
D | release-notes-3.7.rst | 1804 * FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
|
D | release-notes-3.3.rst | 3037 * :github:`53612` - file system (LFS?): failure to expand file with truncate
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 45 arbitrary 4 byte arguments. Tracing backends may truncate the provided event
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2897 # larger than this value, Doxygen will truncate the graph, which is visualized
|