Searched refs:lstat64 (Results 1 - 18 of 18) sorted by relevance
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_exec.c | 59 if (lstat64(name, &st)) in find_exec() 80 if (lstat64(bin, &st)) in find_exec()
|
H A D | ucm_subs.c | 521 if (lstat64(path, &sb) != 0) in rval_sysfs()
|
H A D | parser.c | 2651 if (access(fn, R_OK) == 0 && lstat64(fn, &st) == 0) { in parse_toplevel_path()
|
/third_party/musl/src/stat/ |
H A D | lstat.c | 10 weak_alias(lstat, lstat64);
|
/third_party/musl/compat/time32/ |
H A D | lstat_time32.c | 17 weak_alias(lstat, lstat64);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | stat.h | 104 #define lstat64 lstat macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | stat.h | 104 #define lstat64 lstat macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | stat.h | 104 #define lstat64 lstat macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | stat.h | 104 #define lstat64 lstat macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | stat.h | 104 #define lstat64 lstat macro
|
/third_party/musl/include/sys/ |
H A D | stat.h | 161 #define lstat64 lstat macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 248 if (Name == "lstat64") return (uint64_t)&lstat64; in getSymbolAddressInProcess()
|
/third_party/gptfdisk/ |
H A D | diskio-unix.cc | 46 #define lstat64 lstat macro
|
/third_party/alsa-lib/include/ |
H A D | local.h | 83 #define lstat64 lstat macro
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 76 return lstat64(path, sb);
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 457 ret = lstat64(fl->file, &sb); in filespec_add()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1709 pub fn lstat64(path: *const c_char, buf: *mut stat64) -> ::c_int; in lstat64() functions
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 999 rval = lstat64(name->path, sbuf); in lstat64_path()
|
Completed in 23 milliseconds