Searched refs:stat64 (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/native/
H A DFileKey.c37 #define stat64 stat macro
57 struct stat64 fbuf;
H A DUnixFileSystem_md.c50 #define stat64 stat macro
106 struct stat64 sb;
107 if (stat64(path, &sb) == 0) {
223 struct stat64 sb;
224 if (stat64(path, &sb) == 0) {
239 struct stat64 sb;
240 if (stat64(path, &sb) == 0) {
405 struct stat64 sb;
407 if (stat64(path, &sb) == 0) {
H A Dio_util_md.c70 struct stat64 buf64;
H A DUnixNativeDispatcher.c52 #define stat64 stat macro
119 typedef int fstatat64_func(int, const char *, struct stat64 *, int);
139 struct stat64 *statbuf, int flag)
151 struct stat64 *statbuf, int flag)
443 * Copy stat64 members into sun.nio.fs.UnixFileAttributes
445 static void prepAttributes(JNIEnv* env, struct stat64* buf, jobject attrs) {
474 struct stat64 buf;
477 RESTARTABLE(stat64(path, &buf), err);
490 struct stat64 buf;
506 struct stat64 bu
[all...]
H A DFileDispatcherImpl.c49 #define stat64 stat macro
173 struct stat64 fbuf;
/libcore/luni/src/main/native/
H A Dlibcore_io_Linux.cpp426 static jobject makeStructStat(JNIEnv* env, const struct stat64& sb) {
675 struct stat64 sb;
677 : TEMP_FAILURE_RETRY(stat64(path.c_str(), &sb));
1145 struct stat64 sb;

Completed in 126 milliseconds