HomeSort by relevance Sort by last modified time
    Searched defs:lstat (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-arm/syscalls/
lstat.S 5 ENTRY(lstat) function
14 END(lstat)
  /bionic/libc/arch-x86/syscalls/
lstat.S 5 .type lstat, @function
6 .globl lstat
9 lstat: label
  /bionic/libc/arch-sh/syscalls/
lstat.S 5 .type lstat, @function
6 .globl lstat
9 lstat: label
  /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);