Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_util_posix.cc65 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 …]
Dfile.h27 typedef struct stat stat_wrapper_t; typedef
29 typedef struct stat64 stat_wrapper_t;
95 void FromStat(const stat_wrapper_t& stat_info);
Dfile_posix.cc30 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()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.cc99 base::stat_wrapper_t sb; in SetPosixFilePermissions()
/third_party/node/deps/zlib/google/
Dzip_reader.cc99 base::stat_wrapper_t sb; in SetPosixFilePermissions()
/third_party/chromium/patch/
D0003-ohos-1115.patch1349 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) {