Home
last modified time | relevance | path

Searched defs:lstat (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/stat/
H A Dlstat.c4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc56 #define lstat stat macro
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs250 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() functions
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js150 function lstat() { function
/third_party/backends/sanei/
H A Dsanei_ab306.c85 u_int lstat; member
/third_party/node/deps/openssl/openssl/apps/
H A Drehash.c55 # define lstat(path, buf) stat(path, buf) macro
/third_party/openssl/apps/
H A Drehash.c58 # define lstat(path, buf) stat(path, buf) macro
/third_party/node/lib/
H A Dfs.js1564 function lstat(path, options = { bigint: false }, callback) { function
[all...]
/third_party/python/Lib/
H A Dpathlib.py1158 def lstat(self): member in Path
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs817 pub fn lstat(arg1: *const c_char, arg2: *mut stat) -> c_int; in lstat() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs659 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1023 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1359 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat() functions
/third_party/python/Modules/
H A Dposixmodule.c13611 PyObject *lstat; member
[all...]
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3664 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() functions

Completed in 47 milliseconds