HomeSort by relevance Sort by last modified time
    Searched refs:__lxstat64 (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 72 # define __lxstat64(version, file, buf) lstat (file, buf) macro
285 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 417 struct stat *__stat_buf), __lxstat64)
427 # define __lxstat __lxstat64
436 extern int __lxstat64 (int __ver, __const char *__filename,
511 return __lxstat64 (_STAT_VER, __path, __statbuf);

Completed in 246 milliseconds