Home
last modified time | relevance | path

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

12

/third_party/musl/src/stat/
Dlstat.c4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
/third_party/node/deps/npm/node_modules/infer-owner/
Dindex.js6 const lstat = path => new Promise((res, rej) => function
/third_party/node/deps/npm/node_modules/fs-vacuum/
Dvacuum.js7 var lstat = require('graceful-fs').lstat variable
/third_party/node/deps/npm/node_modules/read-package-tree/
Drealpath.js12 const lstat = promisify(fs.lstat) constant
/third_party/node/deps/npm/lib/install/action/
Dfinalize.js7 const lstat = Bluebird.promisify(fs.lstat) constant
/third_party/python/Lib/test/
Dtest_stat.py91 def get_mode(self, fname=TESTFN, lstat=True): argument
/third_party/node/deps/npm/node_modules/move-concurrently/
Dmove.js65 lstat: fs.lstat, property
/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc56 #define lstat stat macro
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dracy-entries.js16 'lstat': require('graceful-fs').lstat, property
Dracy-entries-enotempty.js19 'lstat': require('graceful-fs').lstat, property
Dracy-entries-eexist.js19 'lstat': require('graceful-fs').lstat, property
/third_party/node/deps/npm/node_modules/glob/
Dglob.js508 function lstatcb_ (er, lstat) { argument
753 function lstatcb_ (er, lstat) { argument
/third_party/node/deps/npm/test/tap/
Dcorrect-mkdir.js13 mock_fs.lstat = function (path, cb) { function
/third_party/node/deps/npm/node_modules/copy-concurrently/
Dcopy.js81 lstat: fs.lstat, property
/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.js576 async function lstat(path, options = { bigint: false }) { function
743 lstat, property
/third_party/openssl/apps/
Drehash.c58 # define lstat(path, buf) stat(path, buf) macro
/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/python/Lib/
Dpathlib.py1215 def lstat(self): member in Path
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js2294 function lstatcb_ (er, lstat) { argument
2531 function lstatcb_ (er, lstat) { argument
/third_party/node/lib/
Dfs.js1065 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

12