Searched refs:CallStat (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/testing/utils/ |
D | path_service.cpp | 27 int CallStat(const char* path, stat_wrapper_t* sb) { in CallStat() function 33 int CallStat(const char* path, stat_wrapper_t* sb) { 49 if (CallStat(path.c_str(), &file_info) != 0) in DirectoryExists()
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 73 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() 772 if (CallStat(file_path.value().c_str(), &file_info) != 0) in GetFileInfo() 1041 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) { in MoveUnsafe() 1043 if (CallStat(from_path.value().c_str(), &from_file_info) != 0) in MoveUnsafe()
|