Searched refs:GetFileInfo (Results 1 – 4 of 4) sorted by relevance
79 if (GetFileInfo(path, &fileinfo)) in Parse()
342 BASE_EXPORT bool GetFileInfo(const FilePath& file_path, File::Info* info);
217 if (!GetFileInfo(file_path, &info)) in GetFileSize()
761 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo() function