Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp287 const char* getSubprocessConfigFile (void) const;
DtcuCommandLine.cpp1049 const char* CommandLine::getSubprocessConfigFile (void) const in getSubprocessConfigFile() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp279 …ndLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty(… in TestCaseExecutor()
281 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
283 …fig file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str(… in TestCaseExecutor()