Searched refs:fullCommandLineArgs (Results 1 – 1 of 1) sorted by relevance
294 List<String> fullCommandLineArgs = in discoverTestMappingDependencies() local300 fullCommandLineArgs.remove(0); in discoverTestMappingDependencies()305 mappingOptionParser.parseBestEffort(fullCommandLineArgs, true); in discoverTestMappingDependencies()411 List<String> fullCommandLineArgs = in buildJavaCmdForTestMappingDiscovery() local428 while (i < fullCommandLineArgs.size()) { in buildJavaCmdForTestMappingDiscovery()429 if (fullCommandLineArgs.get(i).equals("--invocation-data")) { in buildJavaCmdForTestMappingDiscovery()432 args.add(fullCommandLineArgs.get(i)); in buildJavaCmdForTestMappingDiscovery()447 List<String> fullCommandLineArgs = in buildJavaCmdForXtsDiscovery() local453 fullCommandLineArgs.remove(0); in buildJavaCmdForXtsDiscovery()460 ctsOptionParser.parseBestEffort(fullCommandLineArgs, true); in buildJavaCmdForXtsDiscovery()[all …]