Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dfile_util_posix.cc64 typedef struct stat stat_wrapper_t; typedef
65 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat()
69 static int CallLstat(const char *path, stat_wrapper_t *sb) { in CallLstat()
74 typedef struct stat64 stat_wrapper_t;
75 static int CallStat(const char *path, stat_wrapper_t *sb) {
79 static int CallLstat(const char *path, stat_wrapper_t *sb) {
84 static int CallFstat(int fd, stat_wrapper_t *sb) {
106 stat_wrapper_t stat_info; in VerifySpecificPathControlledByUser()
211 stat_wrapper_t file_info; in DeleteFile()
374 stat_wrapper_t file_info; in DirectoryExists()
[all …]
Dplatform_file_posix.cc33 typedef struct stat stat_wrapper_t; typedef
34 static int CallFstat(int fd, stat_wrapper_t *sb) { in CallFstat()
39 typedef struct stat64 stat_wrapper_t;
40 static int CallFstat(int fd, stat_wrapper_t *sb) {
371 stat_wrapper_t file_info; in GetPlatformFileInfo()
/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 …]
/external/chromium_org/base/files/
Dfile_posix.cc35 typedef struct stat stat_wrapper_t; typedef
36 static int CallFstat(int fd, stat_wrapper_t *sb) { in CallFstat()
41 typedef struct stat64 stat_wrapper_t;
42 static int CallFstat(int fd, stat_wrapper_t *sb) {
370 stat_wrapper_t file_info; in GetInfo()