Searched refs:NativeCommandLine (Results 1 – 1 of 1) sorted by relevance
209 sCommandLine.set(new NativeCommandLine(getJavaSwitchesOrNull())); in enableNativeProxy()334 private static class NativeCommandLine extends CommandLine { class in CommandLine335 public NativeCommandLine(@Nullable String[] args) { in NativeCommandLine() method in CommandLine.NativeCommandLine