Searched refs:comspec (Results 1 – 2 of 2) sorted by relevance
386 rtl::OUString comspec; in get_batch_processor() local387 osl_getEnvironment(ENV_COMSPEC.pData, &comspec.pData); in get_batch_processor()389 OSL_ASSERT(comspec.getLength()); in get_batch_processor()392 if (comspec.indexOf(' ') != -1) in get_batch_processor()393 comspec = quote_string(comspec); in get_batch_processor()395 return comspec; in get_batch_processor()
238 my $comspec = $ENV{COMSPEC};239 $comspec = $comspec . " -c ";246 $comspec = "";249 my $localsystemcall = "$comspec $systemcall 2>&1 |";
Completed in 23 milliseconds