Home
last modified time | relevance | path

Searched refs:zvfs_ftruncate (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfd_mgmt.c18 int zvfs_ftruncate(int fd, off_t length);
38 return zvfs_ftruncate(fd, length); in ftruncate()
/Zephyr-latest/lib/os/
Dfdtable.c514 int zvfs_ftruncate(int fd, off_t length) in zvfs_ftruncate() function