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

  /bionic/libc/arch-arm/syscalls/
lstat.S 5 .type lstat, #function
6 .globl lstat
10 lstat: label
  /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
  /build/libs/host/
CopyFile.c 32 # define lstat stat macro
184 * regular file, we fail. However, we use stat() rather than lstat(),
341 /* NOTE: we use lstat() here */
342 statResult = lstat(dst, &dstStat);
524 statResult = lstat(src, &srcStat);
560 statResult = lstat(srcExe, &srcStat);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 19 #define lstat stat macro
  /system/core/adb/
sysdeps.h 84 #define lstat stat /* no symlinks on Win32 */ macro

Completed in 490 milliseconds