/external/e2fsprogs/include/mingw/sys/ |
D | stat.h | 9 #define lstat stat macro
|
/external/python/cpython2/Lib/test/ |
D | test_stat.py | 61 def get_mode(self, fname=TESTFN, lstat=True): argument
|
/external/python/cpython3/Lib/test/ |
D | test_stat.py | 88 def get_mode(self, fname=TESTFN, lstat=True): argument
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.cc | 56 #define lstat stat macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
D | sanitizer_wrappers.cpp | 138 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
|
/external/rust/crates/nix/src/sys/ |
D | stat.rs | 92 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_solaris.cpp | 122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 98 lstat = _wrap_strfunc( variable in _FakeAccessor
|
D | fake_filesystem.py | 3941 def lstat(self, path, *, dir_fd=None): member in FakeOsModule
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 357 lstat = _wrap_strfunc(os.lstat) variable in _NormalAccessor 1139 def lstat(self): member in Path
|
D | path.py | 1084 def lstat(self): member in Path
|
/external/python/cpython3/Lib/ |
D | pathlib.py | 402 lstat = os.lstat variable in _NormalAccessor 1354 def lstat(self): member in Path
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 980 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 545 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1344 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 13159 PyObject *lstat; member
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3644 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|