Searched defs:ftruncate (Results 1 – 11 of 11) sorted by relevance
/third_party/musl/src/unistd/ |
D | ftruncate.c | 4 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/curl/src/ |
D | tool_cb_see.h | 31 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
|
/third_party/NuttX/fs/vfs/ |
D | fs_truncate.c | 121 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesink.c | 62 #define ftruncate _chsize macro
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 432 ftruncate: function (...args) { method
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 494 async function ftruncate(handle, len = 0) { function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
|
D | ntfsclone.c | 123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
|
/third_party/node/lib/ |
D | fs.js | 849 function ftruncate(fd, len = 0, callback) { function
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 82 #define ftruncate g_win32_ftruncate macro
|