HomeSort by relevance Sort by last modified time
    Searched refs:lstat (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 72 # define __lxstat64(version, file, buf) lstat (file, buf)
  /external/dbus/dbus/
sd-daemon.c 427 if (lstat("/sys/fs/cgroup", &a) < 0)
430 if (lstat("/sys/fs/cgroup/systemd", &b) < 0)
  /external/qemu/android/utils/
filelock.c 244 CHECKED(rc, lstat( lock->temp, &st_temp ));
269 CHECKED(rc, lstat( lock->lock, &st_lock ));
  /system/core/adb/
file_sync_service.c 63 if(lstat(path, &st)) {
105 if(lstat(tmp, &st) == 0) {
  /frameworks/base/cmds/installd/
commands.c 675 if (lstat(path, statbuf) < 0) {
700 if (lstat(srcpath, statbuf) < 0) {
864 if (lstat(srcpath, &s) < 0) {
875 if (lstat(dstpath, &s) == 0) {
959 if (lstat(libdir, &libStat) < 0) {
1036 if (lstat(libdir, &libStat) < 0) {
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 152 return !lstat([path fileSystemRepresentation], &statBuffer);
  /external/e2fsprogs/misc/
chattr.c 15 * 93/11/13 - Replace stat() calls by lstat() to avoid loops
75 #define LSTAT lstat64
78 #define LSTAT lstat
197 if (LSTAT (name, &st) == -1) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 170 #pragma redefine_extname lstat __mfwrap_lstat
  /system/core/run-as/
package.c 153 ret = lstat(path, &st);
  /system/core/sh/
cd.c 187 if ((lstat(stackblock(), &statb) < 0)
  /system/vold/
Process.cpp 39 if (lstat(path, &s) < 0)
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-unistd.h 131 int lstat (const char *, struct stat *);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 112 int lstat (const char *, struct stat *);
  /frameworks/base/cmds/rawbu/
backup.cpp 123 ret = lstat (nameBuffer, &statBuffer);
307 int ret = lstat(fullPath, &statBuffer);
  /gdk/headers/include/sys/
linux-unistd.h 112 int lstat (const char *, struct stat *);
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 80 public StructStat lstat(String path) throws ErrnoException { return os.lstat(path); } method in class:ForwardingOs
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 857 lstat ($object);
1024 lstat ("$basedir/$path");
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 131 int lstat (const char *, struct stat *);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
linux-unistd.h 131 int lstat (const char *, struct stat *);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 109 int lstat (const char *, struct stat *);

Completed in 754 milliseconds

1 2 34 5 6 7