Searched refs:pCommandLineArg (Results 1 – 1 of 1) sorted by relevance
1038 private static String doubleQuote(String pCommandLineArg) { in doubleQuote() argument1039 …if(pCommandLineArg.indexOf(" ") != -1 && !(pCommandLineArg.startsWith("\"") && pCommandLineArg.end… in doubleQuote()1040 return "\"" + pCommandLineArg + '\"'; in doubleQuote()1043 return pCommandLineArg; in doubleQuote()