HomeSort by relevance Sort by last modified time
    Searched refs:lstat (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /bionic/libc/bionic/
lstat.cpp 34 int lstat(const char* path, struct stat* sb) { function
37 __strong_alias(lstat64, lstat);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
remove.c 44 if (lstat(file, &st) < 0)
mktemp.c 84 if (lstat(path, &sb) != 0)
  /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);
  /development/ndk/sources/android/libportable/arch-mips64/
stat.c 45 int WRAP(lstat)(const char *path, struct stat_portable *s) { function
47 int ret = REAL(lstat)(path, &mips64_stat);
52 return WRAP(lstat)(path, (struct stat_portable*)s);
  /development/ndk/sources/android/libportable/arch-x86_64/
stat.c 45 int WRAP(lstat)(const char *path, struct stat_portable *s) { function
47 int ret = REAL(lstat)(path, &x86_64_stat);
52 return WRAP(lstat)(path, (struct stat_portable*)s);
  /development/ndk/platforms/android-3/header-patches/include/sys/
stat.h 89 extern int lstat(const char *, struct stat *);
95 #define lstat64 lstat