Lines Matching refs:stat_wrapper_t
65 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()
805 stat_wrapper_t file_info; in NormalizeFilePath()