Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9242 posix::StatStruct file_stat; in FileOrDirectoryExists()
9243 return posix::Stat(pathname_.c_str(), &file_stat) == 0; in FileOrDirectoryExists()
9269 posix::StatStruct file_stat; in DirectoryExists() local
9270 result = posix::Stat(path.c_str(), &file_stat) == 0 && in DirectoryExists()
9271 posix::IsDir(file_stat); in DirectoryExists()