Home
last modified time | relevance | path

Searched refs:truncate (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h79 int (*truncate)(struct fs_file_t *filp, off_t length); member
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs37 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/
Dfs.c170 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()
Dfuse_fs_access.c430 .truncate = fuse_fs_access_truncate,
Dfat_fs.c543 .truncate = fatfs_truncate,
Dlittlefs_fs.c1053 .truncate = littlefs_truncate,
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py91 f.truncate()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c342 .truncate = temp_truncate,
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst203 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/
Dext2_ops.c632 .truncate = ext2_truncate,
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py342 hugef.truncate(HUGEPAGESZ)
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst257 truncate(),
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst194 * ``ZEP-622`` - Add FS API to truncate/shrink a file
Drelease-notes-3.7.rst1804 * FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
Drelease-notes-3.3.rst3037 * :github:`53612` - file system (LFS?): failure to expand file with truncate
/Zephyr-latest/doc/services/tracing/
Dindex.rst45 arbitrary 4 byte arguments. Tracing backends may truncate the provided event
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2897 # larger than this value, Doxygen will truncate the graph, which is visualized