Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Passes/
H A DPluginsTest.cpp32 const auto &Argvs = testing::internal::GetArgvs(); in LibPath()
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp22 const auto &Argvs = testing::internal::GetArgvs(); in LibPath()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1243 return GetArgvs(); in GetInjectableArgvs()
H A Dgtest.cc353 static bool GTestIsInitialized() { return GetArgvs().size() > 0; } in GTestIsInitialized()
409 ::std::vector<std::string> GetArgvs() { in GetArgvs() function
426 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); in GetCurrentExecutableName()
428 result.Set(FilePath(GetArgvs()[0])); in GetCurrentExecutableName()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1138 GTEST_API_ std::vector<std::string> GetArgvs();