Home
last modified time | relevance | path

Searched defs:readlink (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/unistd/
Dreadlink.c5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() function
/third_party/NuttX/fs/vfs/
Dfs_readlink.c101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink() function
/third_party/ntfs-3g/include/ntfs-3g/
Dplugin.h118 int (*readlink)(ntfs_inode *ni, const REPARSE_POINT *reparse, member
/third_party/musl/porting/linux/user/include/fortify/
Dunistd.h136 ssize_t readlink(const char* path, char* const __DIAGNOSE_PASS_OBJECT_SIZE buf, size_t size) in readlink() function
/third_party/musl/include/fortify/linux/
Dunistd.h136 ssize_t readlink(const char* path, char* const __DIAGNOSE_PASS_OBJECT_SIZE buf, size_t size) in readlink() function
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js260 function readlink() { function
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h88 int (*readlink) (const char *, char *, size_t); member
Dfuse_lowlevel.h258 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member
/third_party/node/lib/internal/fs/
Dpromises.js846 async function readlink(path, options) { function
1044 readlink, property
/third_party/node/deps/openssl/openssl/apps/
Drehash.c63 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() function
/third_party/openssl/apps/
Drehash.c66 ssize_t readlink(const char *pathname, char *buf, size_t bufsiz) in readlink() function
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c604 readlink(const char *path, char *buf, size_t size) in readlink() function
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js20 readlink, property
662 async readlink() { method in PathBase
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js46 readlink: promises_1.readlink, property
690 async readlink() { method in PathBase
/third_party/libfuse/include/
Dfuse.h346 int (*readlink) (const char *, char *, size_t); member
Dfuse_lowlevel.h353 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs860 pub(crate) fn readlink(path: &CStr, buf: &mut [u8]) -> io::Result<usize> { in readlink() function
/third_party/python/Lib/
Dpathlib.py1081 def readlink(self): member in Path
/third_party/node/lib/
Dfs.js1712 function readlink(path, options, callback) { function
/third_party/tzdata/
Dzic.c157 readlink(char const *restrict file, char *restrict buf, size_t size) in readlink() function
/third_party/rust/crates/libc/src/
Dwasi.rs683 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; in readlink() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1683 pub fn readlink(path: *const ::c_char, buf: *mut ::c_char, bufsize: ::size_t) -> ::ssize_t; in readlink() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3803 pub fn readlink(path: *const c_char, buf: *mut c_char, bufsz: ::size_t) -> ::ssize_t; in readlink() function