Home
last modified time | relevance | path

Searched defs:ftruncate (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/unistd/
Dftruncate.c4 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/curl/src/
Dtool_cb_see.h31 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
/third_party/NuttX/fs/vfs/
Dfs_truncate.c121 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c62 #define ftruncate _chsize macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js432 ftruncate: function (...args) { method
/third_party/node/lib/internal/fs/
Dpromises.js494 async function ftruncate(handle, len = 0) { function
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
Dntfsclone.c123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
/third_party/node/lib/
Dfs.js849 function ftruncate(fd, len = 0, callback) { function
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c82 #define ftruncate g_win32_ftruncate macro