/aosp_15_r20/bionic/libc/bionic/ |
H A D | lstat.cpp | 34 int lstat(const char* path, struct stat* sb) { in lstat() function
|
/aosp_15_r20/external/musl/src/stat/ |
H A D | lstat.c | 4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
|
/aosp_15_r20/external/trusty/musl/src/stat/ |
D | lstat.c | 5 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
|
/aosp_15_r20/external/e2fsprogs/include/mingw/sys/ |
H A D | stat.h | 9 #define lstat stat macro
|
/aosp_15_r20/packages/modules/adb/sysdeps/ |
D | stat.h | 44 #define lstat adb_stat macro
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPosix.java | 58 protected static @ClassName("android.system.StructStat") Object lstat(String path) in lstat() method in ShadowPosix
|
H A D | ShadowLinux.java | 61 protected StructStat lstat(String path) throws ErrnoException { in lstat() method in ShadowLinux
|
/aosp_15_r20/hardware/google/aemu/windows/includes/ |
D | msvc-files.h | 12 #define lstat(path, buf) android_lstat ( (path), (buf) ) macro
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_stat.py | 61 def get_mode(self, fname=TESTFN, lstat=True): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_stat.py | 91 def get_mode(self, fname=TESTFN, lstat=True): argument
|
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
H A D | Os.java | 61 public static StructStat lstat(String path) throws ErrnoException { in lstat() method in Os
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/testing/ |
H A D | file.cc | 56 #define lstat stat macro
|
/aosp_15_r20/external/protobuf/src/google/protobuf/testing/ |
H A D | file.cc | 56 #define lstat stat macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | abs.rs | 96 pub fn lstat<P: path::Arg>(path: P) -> io::Result<Stat> { in lstat() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/ |
D | path.go | 306 var lstat = os.Lstat // for testing var
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xw32defs.h | 8 # define lstat stat macro
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 8 # define lstat stat macro
|
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/ |
H A D | RavenwoodRuntimeNative.java | 44 public static native StructStat lstat(String path) throws ErrnoException; in lstat() method in RavenwoodRuntimeNative
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/ |
H A D | apr_arch_file_io.h | 136 #define lstat(f,b) lstat64(f,b) macro
|
/aosp_15_r20/build/make/tools/libhost/ |
H A D | CopyFile.c | 31 # define lstat stat macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | stat.rs | 225 pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat> { in lstat() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/include/boost/config/platform/ |
D | vxworks.hpp | 347 inline int lstat(p, b) { return stat(p, b); } // lstat() == stat(), as vxWorks has no symlinks! in lstat() function
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
D | stat.h | 273 # define lstat lstat64 macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
D | stat.h | 273 # define lstat lstat64 macro
|