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

/external/chromium/base/
H A Dplatform_file_posix.cc21 typedef struct stat stat_wrapper_t; typedef in namespace:base
22 static int CallFstat(int fd, stat_wrapper_t *sb) {
26 typedef struct stat64 stat_wrapper_t;
27 static int CallFstat(int fd, stat_wrapper_t *sb) {
186 stat_wrapper_t file_info;
H A Dfile_util_posix.cc65 typedef struct stat stat_wrapper_t; typedef in namespace:file_util
66 static int CallStat(const char *path, stat_wrapper_t *sb) {
71 typedef struct stat64 stat_wrapper_t;
72 static int CallStat(const char *path, stat_wrapper_t *sb) {
113 stat_wrapper_t st;
149 stat_wrapper_t file_info;
190 stat_wrapper_t to_file_info;
192 stat_wrapper_t from_file_info;
330 stat_wrapper_t file_info;
519 stat_wrapper_t file_inf
[all...]

Completed in 54 milliseconds