Searched refs:exeDir (Results 1 – 4 of 4) sorted by relevance
165 const std::string &exeDir, in FindFileFromPaths() argument172 pathStringStream << exeDir << testPath << searchFile; in FindFileFromPaths()186 Optional<std::string> FindCaseListPath(const std::string &exeDir, size_t testModuleIndex) in FindCaseListPath() argument188 return FindFileFromPaths(gCaseListSearchPaths, ArraySize(gCaseListSearchPaths), exeDir, in FindCaseListPath()192 Optional<std::string> FindTestExpectationsPath(const std::string &exeDir, size_t testModuleIndex) in FindTestExpectationsPath() argument195 exeDir, gTestExpectationsFiles[testModuleIndex]); in FindTestExpectationsPath()247 std::string exeDir = GetExecutableDirectory(); in initialize() local249 Optional<std::string> caseListPath = FindCaseListPath(exeDir, mTestModuleIndex); in initialize()256 Optional<std::string> testExpectationsPath = FindTestExpectationsPath(exeDir, mTestModuleIndex); in initialize()
41 std::string exeDir = angle::GetExecutableDirectory(); in initialize() local42 if (!angle::SetCWD(exeDir.c_str())) in initialize()
156 std::string exeDir = angle::GetExecutableDirectory(); in initializeBenchmark() local157 angle::SetCWD(exeDir.c_str()); in initializeBenchmark()
426 std::string exeDir = angle::GetExecutableDirectory(); in ScopedVkLoaderEnvironment() local427 mChangedCWD = angle::SetCWD(exeDir.c_str()); in ScopedVkLoaderEnvironment()