/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;
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 62 ret = ::lstat(tmp, &st);
|
/external/chromium/chrome/browser/ |
process_singleton_linux_uitest.cc | 44 bool lock_exists = lstat(lock_path_.value().c_str(), &statbuf) == 0; 108 ASSERT_EQ(0, lstat(lock_path_.value().c_str(), &statbuf)); 114 ASSERT_EQ(0, lstat(socket_path_.value().c_str(), &statbuf)); 121 ASSERT_EQ(0, lstat(socket_target_path.value().c_str(), &statbuf));
|
/external/chromium/third_party/libevent/sample/ |
event-test.c | 92 if (lstat (fifo, &st) == 0) { 95 perror("lstat");
|
/external/chromium_org/third_party/libevent/sample/ |
event-test.c | 92 if (lstat (fifo, &st) == 0) { 95 perror("lstat");
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
sunos4.h | 152 extern int lstat(const char *, struct stat *);
|
/external/openssh/openbsd-compat/ |
mktemp.c | 150 } else if (lstat(path, &sbuf))
|
realpath.c | 129 * Append the next path component and lstat() it. If 130 * lstat() fails we still can return successfully if 138 if (lstat(resolved, &sb) != 0) {
|
/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.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/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
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 62 ret = ::lstat(tmp, &st);
|
/system/core/toolbox/ |
rm.c | 28 if (lstat(name, &st) < 0)
|
ls.c | 117 if (lstat(tmp, &s) < 0) { 318 if(lstat(pathname, &s) < 0) { 389 err = lstat(tmp, &s); 425 err = lstat(name, &s);
|
/system/core/toolbox/cp/ |
cp.c | 242 r = lstat(to.p_path, &to_stat); 266 r = lstat(*argv, &tmp_stat); 423 sval = Pflag ? lstat(to.p_path, &to_stat) : stat(to.p_path, &to_stat);
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
mktemp.c | 163 } else if (lstat(path, &sbuf))
|
/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/tests/nacl_io_test/ |
kernel_proxy_mock.h | 46 MOCK_METHOD2(lstat, int(const char*, struct stat*));
|
/external/oprofile/libutil/ |
op_file.c | 101 if (lstat(name, &lstat_buf) == 0 &&
|
/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/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/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
|