Home
last modified time | relevance | path

Searched refs:stat_wrapper_t (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dplatform_file_posix.cc21 typedef struct stat stat_wrapper_t; typedef
22 static int CallFstat(int fd, stat_wrapper_t *sb) { in CallFstat()
26 typedef struct stat64 stat_wrapper_t;
27 static int CallFstat(int fd, stat_wrapper_t *sb) {
186 stat_wrapper_t file_info; in GetPlatformFileInfo()
Dfile_util_posix.cc65 typedef struct stat stat_wrapper_t; typedef
66 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat()
71 typedef struct stat64 stat_wrapper_t; typedef
72 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat()
113 stat_wrapper_t st; in CountFilesCreatedAfter()
149 stat_wrapper_t file_info; in Delete()
190 stat_wrapper_t to_file_info; in Move()
192 stat_wrapper_t from_file_info; in Move()
330 stat_wrapper_t file_info; in DirectoryExists()
519 stat_wrapper_t file_info; in GetFileInfo()
[all …]