Searched refs:cmdLine (Results 1 – 3 of 3) sorted by relevance
32 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess() argument
216 def cmdLine = [toolchain.getCMakePath(),230 cmdLine += ["-DCMAKE_MAKE_PROGRAM=" + "$ninjaPath",236 commandLine cmdLine249 def cmdLine = useNinja() ? [toolchain.getNinjaPath()] : ["make", "-j"]252 commandLine cmdLine
452 std::unique_ptr<const char> cmdLine(rsuJoinStrings(arguments.size() - 1, in compile() local458 uint32_t checksum = constructBuildChecksum(nullptr, 0, cmdLine.get(), in compile()