Searched refs:stat_wrapper_t (Results 1 – 2 of 2) sorted by relevance
21 typedef struct stat stat_wrapper_t; typedef22 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()
65 typedef struct stat stat_wrapper_t; typedef66 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat()71 typedef struct stat64 stat_wrapper_t; typedef72 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 …]