Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/util/build/
DExecuteFile.java41 private final String[] cmdLine; field in ExecuteFile
108 cmdLine = new String[args.length + 1]; in ExecuteFile()
109 System.arraycopy(args, 0, cmdLine, 1, args.length); in ExecuteFile()
111 cmdLine[0] = exec.getAbsolutePath(); in ExecuteFile()
115 cmdLine = new String[args.length + 1]; in ExecuteFile()
116 System.arraycopy(args, 0, cmdLine, 1, args.length); in ExecuteFile()
118 cmdLine[0] = exec; in ExecuteFile()
122 cmdLine = new String[1]; in ExecuteFile()
123 cmdLine[0] = exec.getAbsolutePath(); in ExecuteFile()
126 public ExecuteFile(@Nonnull String[] cmdLine) { in ExecuteFile() argument
[all …]