Home
last modified time | relevance | path

Searched defs:lstat (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/src/stat/
Dlstat.c4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
/third_party/python/Lib/test/
Dtest_stat.py91 def get_mode(self, fname=TESTFN, lstat=True): argument
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc56 #define lstat stat macro
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js150 function lstat() { function
/third_party/node/deps/npm/node_modules/rimraf/node_modules/glob/
Dglob.js508 function lstatcb_ (er, lstat) { argument
753 function lstatcb_ (er, lstat) { argument
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/glob/
Dglob.js508 function lstatcb_ (er, lstat) { argument
753 function lstatcb_ (er, lstat) { argument
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
Dindex.js27 const lstat = promisify(fs.lstat) constant
/third_party/rust/crates/nix/src/sys/
Dstat.rs250 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() function
/third_party/node/lib/internal/fs/
Dpromises.js873 async function lstat(path, options = { bigint: false }) { function
1044 lstat, property
/third_party/node/deps/npm/lib/commands/
Ddoctor.js13 const lstat = promisify(fs.lstat) constant
/third_party/openssl/apps/
Drehash.c58 # define lstat(path, buf) stat(path, buf) macro
/third_party/node/deps/openssl/openssl/apps/
Drehash.c58 # define lstat(path, buf) stat(path, buf) macro
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js18 lstat, property
846 async lstat() { method in PathBase
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js44 lstat: promises_1.lstat, property
874 async lstat() { method in PathBase
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js476 lstat: function (...args) { method
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs560 pub(crate) fn lstat(filename: &CStr) -> io::Result<Stat> { in lstat() function
/third_party/node/deps/npm/test/lib/commands/
Ddoctor.js394 lstat: (p, cb) => { method
/third_party/python/Lib/
Dpathlib.py1215 def lstat(self): member in Path
/third_party/node/lib/
Dfs.js1566 function lstat(path, options = { bigint: false }, callback) { function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1023 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
/third_party/rust/crates/libc/src/
Dwasi.rs659 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs817 pub fn lstat(arg1: *const c_char, arg2: *mut stat) -> c_int; in lstat() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1359 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat() function
/third_party/python/Modules/
Dposixmodule.c13414 PyObject *lstat; member
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3664 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function