| /external/musl/src/stat/ |
| D | lstat.c | 4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
|
| /external/e2fsprogs/include/mingw/sys/ |
| D | stat.h | 9 #define lstat stat macro
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowPosix.java | 65 protected static Object lstat(String path) throws ErrnoException { in lstat() method in ShadowPosix
|
| D | ShadowLinux.java | 57 protected StructStat lstat(String path) throws ErrnoException { in lstat() method in ShadowLinux
|
| /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 | 91 def get_mode(self, fname=TESTFN, lstat=True): argument
|
| /external/protobuf/src/google/protobuf/testing/ |
| D | file.cc | 56 #define lstat stat macro
|
| /external/cronet/third_party/protobuf/src/google/protobuf/testing/ |
| D | file.cc | 56 #define lstat stat macro
|
| /external/rust/crates/nix/src/sys/ |
| D | stat.rs | 250 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() function
|
| /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/cronet/buildtools/third_party/libc++/trunk/src/filesystem/ |
| D | posix_compat.h | 221 int lstat(const wchar_t *path, StatT *buf) { in lstat() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| D | last_write_time.pass.cpp | 90 static int lstat(const char *path, StatT *buf) { in lstat() function
|
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_pathlib.py | 93 lstat = _wrap_strfunc( variable in _FakeAccessor
|
| D | fake_filesystem.py | 4236 def lstat(self, path: AnyStr, *, member in FakeOsModule
|
| /external/python/cpython3/Lib/ |
| D | pathlib.py | 1215 def lstat(self): member in Path
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1023 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 659 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
| /external/rust/crates/libc/src/solid/ |
| D | mod.rs | 817 pub fn lstat(arg1: *const c_char, arg2: *mut stat) -> c_int; in lstat() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1359 pub fn lstat(path: *const ::c_char, buf: *mut stat) -> ::c_int; in lstat() function
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 1919 "lstat": 6, number
|
| /external/python/cpython3/Modules/ |
| D | posixmodule.c | 13414 PyObject *lstat; member
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 1983 "lstat": 107, number
|
| /external/cronet/third_party/lss/ |
| D | linux_syscall_support.h | 5257 LSS_INLINE int LSS_NAME(lstat)(const char *pathname, in LSS_NAME() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3664 pub fn lstat(path: *const c_char, buf: *mut stat) -> ::c_int; in lstat() function
|