Searched refs:file_stat (Results 1 – 1 of 1) sorted by relevance
211 posix::StatStruct file_stat; in FileOrDirectoryExists()212 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()238 posix::StatStruct file_stat; in DirectoryExists() local239 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()240 posix::IsDir(file_stat); in DirectoryExists()