HomeSort by: relevance | last modified time | path
    Searched defs:file_stat (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 212 posix::StatStruct file_stat;
213 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
239 posix::StatStruct file_stat; local
240 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
241 posix::IsDir(file_stat);

Completed in 23 milliseconds