Home
last modified time | relevance | path

Searched defs:lstat (Results 1 – 23 of 23) 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/e2fsprogs/include/mingw/sys/
Dstat.h9 #define lstat stat macro
/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/node/lib/internal/fs/
Dpromises.js576 async function lstat(path, options = { bigint: false }) { function
743 lstat, property
/third_party/boost/boost/config/platform/
Dvxworks.hpp347 inline int lstat(p, b) { return stat(p, b); } // lstat() == stat(), as vxWorks has no symlinks! in lstat() function
/third_party/openssl/apps/
Drehash.c59 # 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/python/Lib/
Dpathlib.py1215 def lstat(self): member in Path
/third_party/node/lib/
Dfs.js1065 function lstat(path, options = { bigint: false }, callback) { function
/third_party/node/tools/
Dlint-md.mjs6295 const statMethods$1 = { lstat: lstat$1, stat: stat$2 }; property
6953 const lstat = promisify$1(fs$7.lstat); constant
6956 const statMethods = { stat: stat$1, lstat }; field
8362 const options = {type: EV_ALL, alwaysStat: true, lstat: true, ...opts}; property
25914 function lstatcb_ (er, lstat) { argument
26155 function lstatcb_ (er, lstat) { argument
/third_party/python/Modules/
Dposixmodule.c13414 PyObject *lstat; member