Searched defs:statbuf (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
H A Djava_props_md.c339 struct stat statbuf; local
349 if (stat(buf, &statbuf) == -1 && errno == ENOENT) {
H A DUnixNativeDispatcher.c139 struct stat64 *statbuf, int flag)
144 return syscall(__NR_fstatat64, dfd, path, statbuf, flag);
151 struct stat64 *statbuf, int flag)
156 return syscall(__NR_newfstatat, dfd, path, statbuf, flag);
138 fstatat64_wrapper(int dfd, const char *path, struct stat64 *statbuf, int flag) argument
150 fstatat64_wrapper(int dfd, const char *path, struct stat64 *statbuf, int flag) argument

Completed in 42 milliseconds