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

  /bionic/libc/include/
ftw.h 60 int ftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int), int __max_fd_count) __RENAME_STAT64(ftw, 17, 21);
61 int nftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(nftw, 17, 21);
  /bionic/libc/include/sys/
stat.h 159 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
161 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(fstatat, 3, 21);
163 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
cdefs.h 254 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN(regular_api_level)
256 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrite) __INTRODUCED_IN(rewrite_api_level)

Completed in 491 milliseconds