Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/
H A Dgoogletest-options-test.cc60 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
134 original_working_dir_ = FilePath::GetCurrentDir(); in SetUp()
138 FilePath::GetCurrentDir().string()); in SetUp()
H A Dgoogletest-filepath-test.cc76 const FilePath original_dir = FilePath::GetCurrentDir();
80 const FilePath cwd = FilePath::GetCurrentDir();
H A Dgoogletest-death-test-test.cc135 TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} in TestForDeathTest()
/src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h95 static FilePath GetCurrentDir();
/src/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc101 FilePath FilePath::GetCurrentDir() { in GetCurrentDir() function in testing::internal::FilePath
H A Dgtest-internal-inl.h687 original_working_dir_ = FilePath::GetCurrentDir(); in AddTestInfo()