Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc73 int CallStat(const char* path, stat_wrapper_t* sb) { in CallStat() function
82 int CallStat(const char* path, stat_wrapper_t* sb) {
477 if (CallStat(path.value().c_str(), &file_info) != 0) in DirectoryExists()
538 if (CallStat(path.value().c_str(), &file_info) != 0) in GetPosixFilePermissions()
552 if (CallStat(path.value().c_str(), &stat_buf) != 0) in SetPosixFilePermissions()
771 if (CallStat(file_path.value().c_str(), &file_info) != 0) in GetFileInfo()
1040 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) { in MoveUnsafe()
1042 if (CallStat(from_path.value().c_str(), &from_file_info) != 0) in MoveUnsafe()