Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/bionic/libc/bionic/
H A Dlstat.cpp34 int lstat(const char* path, struct stat* sb) { in lstat() function
/aosp_15_r20/external/musl/src/stat/
H A Dlstat.c4 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
/aosp_15_r20/external/trusty/musl/src/stat/
Dlstat.c5 int lstat(const char *restrict path, struct stat *restrict buf) in lstat() function
/aosp_15_r20/external/e2fsprogs/include/mingw/sys/
H A Dstat.h9 #define lstat stat macro
/aosp_15_r20/packages/modules/adb/sysdeps/
Dstat.h44 #define lstat adb_stat macro
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPosix.java58 protected static @ClassName("android.system.StructStat") Object lstat(String path) in lstat() method in ShadowPosix
H A DShadowLinux.java61 protected StructStat lstat(String path) throws ErrnoException { in lstat() method in ShadowLinux
/aosp_15_r20/hardware/google/aemu/windows/includes/
Dmsvc-files.h12 #define lstat(path, buf) android_lstat ( (path), (buf) ) macro
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_stat.py61 def get_mode(self, fname=TESTFN, lstat=True): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_stat.py91 def get_mode(self, fname=TESTFN, lstat=True): argument
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
H A DOs.java61 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 Dfile.cc56 #define lstat stat macro
/aosp_15_r20/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc56 #define lstat stat macro
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dabs.rs96 pub fn lstat<P: path::Arg>(path: P) -> io::Result<Stat> { in lstat() function
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dpath.go306 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/
DXw32defs.h8 # define lstat stat macro
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h8 # define lstat stat macro
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/
H A DRavenwoodRuntimeNative.java44 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 Dapr_arch_file_io.h136 #define lstat(f,b) lstat64(f,b) macro
/aosp_15_r20/build/make/tools/libhost/
H A DCopyFile.c31 # define lstat stat macro
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dstat.rs225 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/
Dvxworks.hpp347 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/
Dpathlib.py357 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/
Dstat.h273 # 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/
Dstat.h273 # define lstat lstat64 macro

12345678910>>...17