Home
last modified time | relevance | path

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

/external/e2fsprogs/include/mingw/sys/
Dstat.h9 #define lstat stat macro
/external/python/cpython2/Lib/test/
Dtest_stat.py61 def get_mode(self, fname=TESTFN, lstat=True): argument
/external/python/cpython3/Lib/test/
Dtest_stat.py88 def get_mode(self, fname=TESTFN, lstat=True): argument
/external/protobuf/src/google/protobuf/testing/
Dfile.cc56 #define lstat stat macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp138 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function
/external/rust/crates/nix/src/sys/
Dstat.rs92 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_solaris.cpp122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py98 lstat = _wrap_strfunc( variable in _FakeAccessor
Dfake_filesystem.py3941 def lstat(self, path, *, dir_fd=None): member in FakeOsModule
/external/python/parse_type/tasks/_vendor/
Dpathlib.py357 lstat = _wrap_strfunc(os.lstat) variable in _NormalAccessor
1139 def lstat(self): member in Path
Dpath.py1084 def lstat(self): member in Path
/external/python/cpython3/Lib/
Dpathlib.py402 lstat = os.lstat variable in _NormalAccessor
1354 def lstat(self): member in Path
/external/rust/crates/libc/src/unix/
Dmod.rs980 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
/external/rust/crates/libc/src/
Dwasi.rs545 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1344 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat() function
/external/python/cpython3/Modules/
Dposixmodule.c13159 PyObject *lstat; member
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3644 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function