/bionic/libc/arch-arm/syscalls/ |
lstat.S | 6 ENTRY(lstat) function 15 END(lstat)
|
/bionic/libc/arch-mips/syscalls/ |
lstat.S | 4 .globl lstat 6 .ent lstat 8 lstat: label 22 .end lstat
|
/bionic/libc/arch-x86/syscalls/ |
lstat.S | 6 ENTRY(lstat) function 24 END(lstat)
|
/development/ndk/sources/android/libportable/arch-mips/ |
stat.c | 51 int WRAP(lstat)(const char *path, struct stat_portable *s) function 60 ret = REAL(lstat)(path, &mips_stat);
|
/development/ndk/sources/android/libportable/arch-x86/ |
stat.c | 37 int WRAP(lstat)(const char *path, struct stat_portable *s) function 40 int ret = REAL(lstat)(path, &x86_stat);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
file.cc | 55 #define lstat stat macro 149 // lstat = Don't follow symbolic links. 151 if (lstat(name.c_str(), &stats) != 0) return;
|
/external/protobuf/src/google/protobuf/testing/ |
file.cc | 55 #define lstat stat macro 149 // lstat = Don't follow symbolic links. 151 if (lstat(name.c_str(), &stats) != 0) return;
|
/build/libs/host/ |
CopyFile.c | 32 # define lstat stat macro 203 * regular file, we fail. However, we use stat() rather than lstat(), 360 /* NOTE: we use lstat() here */ 361 statResult = lstat(dst, &dstStat); 543 statResult = lstat(src, &srcStat); 579 statResult = lstat(srcExe, &srcStat);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_newlib.cc | 78 OP(dev_filename, lstat); \ 207 int WRAP(lstat)(const char* pathname, struct stat* buf) { function
|
kernel_proxy.cc | 637 int KernelProxy::lstat(const char* path, struct stat* buf) { function in class:nacl_io::KernelProxy [all...] |
/bootable/recovery/minadbd/ |
sysdeps.h | 85 #define lstat stat /* no symlinks on Win32 */ macro
|
/external/bison/linux-lib/sys/ |
stat.h | 767 /* mingw does not support symlinks, therefore it does not have lstat. But 770 # define lstat stat 772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf)); 775 # undef lstat 776 # define lstat rpl_lstat 778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf) 780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf)); 782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf)); 785 _GL_CXXALIASWARN (lstat); 788 # undef lstat macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 19 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 10 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
stat.h | 261 extern int lstat (__const char *__restrict __file, 265 extern int __REDIRECT_NTH (lstat, 270 # define lstat lstat64 macro 460 __NTH (lstat (__const char *__path, struct stat *__statbuf)) 458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 19 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 10 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
stat.h | 261 extern int lstat (__const char *__restrict __file, 265 extern int __REDIRECT_NTH (lstat, 270 # define lstat lstat64 macro 460 __NTH (lstat (__const char *__path, struct stat *__statbuf)) 458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 19 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 10 #define lstat stat macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
stat.h | 261 extern int lstat (__const char *__restrict __file, 265 extern int __REDIRECT_NTH (lstat, 270 # define lstat lstat64 macro 460 __NTH (lstat (__const char *__path, struct stat *__statbuf)) 458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) function
|
/external/bison/darwin-lib/sys/ |
stat.h | 767 /* mingw does not support symlinks, therefore it does not have lstat. But 770 # define lstat stat 772 _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf)); 775 # undef lstat 776 # define lstat rpl_lstat 778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf) 780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf)); 782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf)); 785 _GL_CXXALIASWARN (lstat); 788 # undef lstat macro [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 82 public StructStat lstat(String path) throws ErrnoException; method in interface:Os
|
Posix.java | 84 public native StructStat lstat(String path) throws ErrnoException; method in class:Posix
|
/system/core/adb/ |
sysdeps.h | 86 #define lstat stat /* no symlinks on Win32 */ macro
|