Home
last modified time | relevance | path

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

/external/pdfium/testing/utils/
Dpath_service.cpp25 using stat_wrapper_t = struct stat; typedef
27 int CallStat(const char* path, stat_wrapper_t* sb) { in CallStat()
31 using stat_wrapper_t = struct stat64;
33 int CallStat(const char* path, stat_wrapper_t* sb) {
48 stat_wrapper_t file_info; in DirectoryExists()
/external/libchrome/base/files/
Dfile_util_posix.cc73 int CallStat(const char* path, stat_wrapper_t* sb) { in CallStat()
77 int CallLstat(const char* path, stat_wrapper_t* sb) { in CallLstat()
82 int CallStat(const char* path, stat_wrapper_t* sb) {
86 int CallLstat(const char* path, stat_wrapper_t* sb) {
97 stat_wrapper_t stat_info; in VerifySpecificPathControlledByUser()
352 stat_wrapper_t file_info; in DeleteFile()
476 stat_wrapper_t file_info; in DirectoryExists()
535 stat_wrapper_t file_info; in GetPosixFilePermissions()
551 stat_wrapper_t stat_buf; in SetPosixFilePermissions()
754 stat_wrapper_t st; in IsLink()
[all …]
Dfile.h29 typedef struct stat stat_wrapper_t; typedef
31 typedef struct stat64 stat_wrapper_t;
127 void FromStat(const stat_wrapper_t& stat_info);
Dfile_posix.cc35 int CallFstat(int fd, stat_wrapper_t *sb) { in CallFstat()
40 int CallFstat(int fd, stat_wrapper_t *sb) {
114 void File::Info::FromStat(const stat_wrapper_t& stat_info) { in FromStat()
337 stat_wrapper_t file_info; in GetLength()
370 stat_wrapper_t file_info; in GetInfo()