Searched defs:stat_wrapper_t (Results 1 - 4 of 4) 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...]
/external/chromium_org/base/
H A Dplatform_file_posix.cc33 typedef struct stat stat_wrapper_t; typedef in namespace:base::__anon3844
34 static int CallFstat(int fd, stat_wrapper_t *sb) {
39 typedef struct stat64 stat_wrapper_t;
40 static int CallFstat(int fd, stat_wrapper_t *sb) {
375 stat_wrapper_t file_info;
H A Dfile_util_posix.cc66 typedef struct stat stat_wrapper_t; typedef in namespace:base::__anon3720
67 static int CallStat(const char *path, stat_wrapper_t *sb) {
71 static int CallLstat(const char *path, stat_wrapper_t *sb) {
76 typedef struct stat64 stat_wrapper_t;
77 static int CallStat(const char *path, stat_wrapper_t *sb) {
81 static int CallLstat(const char *path, stat_wrapper_t *sb) {
102 stat_wrapper_t stat_info;
166 stat_wrapper_t file_info;
324 stat_wrapper_t file_info;
336 using base::stat_wrapper_t;
[all...]

Completed in 202 milliseconds