Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-filepath.cc213 posix::StatStruct file_stat{}; in FileOrDirectoryExists()
214 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()
240 posix::StatStruct file_stat{}; in DirectoryExists() local
241 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
242 posix::IsDir(file_stat); in DirectoryExists()