Searched refs:stat_wrapper_t (Results 1 – 6 of 6) sorted by relevance
65 int CallStat(const char* path, stat_wrapper_t* sb) { in CallStat()68 int CallLstat(const char* path, stat_wrapper_t* sb) { in CallLstat()72 int CallStat(const char* path, stat_wrapper_t* sb) {75 int CallLstat(const char* path, stat_wrapper_t* sb) {84 stat_wrapper_t stat_info; in VerifySpecificPathControlledByUser()175 stat_wrapper_t file_info; in DeleteFile()271 stat_wrapper_t file_info; in DirectoryExists()304 stat_wrapper_t file_info; in GetPosixFilePermissions()318 stat_wrapper_t stat_buf; in SetPosixFilePermissions()480 stat_wrapper_t st; in IsLink()[all …]
27 typedef struct stat stat_wrapper_t; typedef29 typedef struct stat64 stat_wrapper_t;95 void FromStat(const stat_wrapper_t& stat_info);
30 int CallFstat(int fd, stat_wrapper_t* sb) { in CallFstat()34 int CallFstat(int fd, stat_wrapper_t* sb) {85 void File::Info::FromStat(const stat_wrapper_t& stat_info) { in FromStat()250 stat_wrapper_t file_info; in GetLength()266 stat_wrapper_t file_info; in GetInfo()
99 base::stat_wrapper_t sb; in SetPosixFilePermissions()
1349 typedef struct stat stat_wrapper_t;1363 @@ -133,14 +133,14 @@ void File::Info::FromStat(const stat_wrapper_t& stat_info) {1414 int File::Stat(const char* path, stat_wrapper_t* sb) {