Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile_util_posix.cc65 static int CallStat(const char *path, stat_wrapper_t *sb) { in CallStat() function
74 static int CallStat(const char *path, stat_wrapper_t *sb) {
367 if (CallStat(path.value().c_str(), &file_info) == 0) in DirectoryExists()
414 if (CallStat(path.value().c_str(), &file_info) != 0) in GetPosixFilePermissions()
428 if (CallStat(path.value().c_str(), &stat_buf) != 0) in SetPosixFilePermissions()
605 if (CallStat(real_path_result.value().c_str(), &file_info) != 0 || in NormalizeFilePath()
638 if (CallStat(file_path.value().c_str(), &file_info) != 0) in GetFileInfo()
841 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) { in MoveUnsafe()
843 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) { in MoveUnsafe()