Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp132 std::string MyExe; in TEST_F() local
134 MyExe.append("\\\\?\\"); in TEST_F()
135 MyExe.append(std::string(MyAbsExe.begin(), MyAbsExe.end())); in TEST_F()
137 StringRef ArgV[] = {MyExe, in TEST_F()
155 int RC = ExecuteAndWait(MyExe, ArgV, getEnviron(), Redirects, in TEST_F()