Searched refs:ShellQuotedParamsFilePreProcessor (Results 1 – 3 of 3) sorted by relevance
33 public class ShellQuotedParamsFilePreProcessor extends ParamsFilePreProcessor { class35 public ShellQuotedParamsFilePreProcessor(FileSystem fs) { in ShellQuotedParamsFilePreProcessor() method in ShellQuotedParamsFilePreProcessor
38 import com.google.devtools.common.options.ShellQuotedParamsFilePreProcessor;118 parser.enableParamsFileSupport(new ShellQuotedParamsFilePreProcessor(FileSystems.getDefault())); in main()
42 import com.google.devtools.common.options.ShellQuotedParamsFilePreProcessor;917 parser.enableParamsFileSupport(new ShellQuotedParamsFilePreProcessor(FileSystems.getDefault())); in parseCommandLineOptions()