Home
last modified time | relevance | path

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

/freebsd-head/contrib/googletest/googletest/src/
HDgtest-filepath.cc258 posix::StatStruct file_stat{}; in FileOrDirectoryExists()
259 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()
285 posix::StatStruct file_stat{}; in DirectoryExists() local
287 posix::Stat(path.c_str(), &file_stat) == 0 && posix::IsDir(file_stat); in DirectoryExists()