Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc64 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat() function
73 static int CallStat(const char *path, stat_wrapper_t *sb) {
433 if (CallStat(path.value().c_str(), &file_info) == 0) in DirectoryExists()
481 if (CallStat(path.value().c_str(), &file_info) != 0) in GetPosixFilePermissions()
495 if (CallStat(path.value().c_str(), &stat_buf) != 0) in SetPosixFilePermissions()
683 if (CallStat(real_path_result.value().c_str(), &file_info) != 0 || in NormalizeFilePath()
716 if (CallStat(file_path.value().c_str(), &file_info) != 0) in GetFileInfo()
1001 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) { in MoveUnsafe()
1003 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) { in MoveUnsafe()