Searched refs:__RENAME_STAT64 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/ |
D | ftw.h | 60 …allback)(const char*, const struct stat64*, int), int __max_fd_count) __RENAME_STAT64(ftw, 17, 21); 61 … struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(nftw, 17, 21);
|
/bionic/libc/include/sys/ |
D | stat.h | 144 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21); 146 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(… 148 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21); 150 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
|
D | cdefs.h | 224 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN(regular_api_le… macro 226 #define __RENAME_STAT64(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrite) __INTRODUCED… macro
|