Searched refs:outputpath (Results 1 – 5 of 5) sorted by relevance
/trunk/main/javainstaller2/src/Properties/ |
H A D | create_property.pl | 45 $outputpath = $ARGV[2]; 48 $outputpath =~ s/\Q$separator\E\s*$//; 50 if ( ! -d $outputpath ) { mkdir $outputpath; } 54 print "Output path: $outputpath \n"; 91 save_file($outputpath, $filename, $template_file); 96 save_file($outputpath, $filename, $template_file); 287 my ($outputpath, $filename, $filecontent) = @_; 289 $filename = $outputpath . $separator . $filename;
|
/trunk/main/javainstaller2/src/Helpfiles/ |
H A D | create_helpfiles.pl | 45 $outputpath = $ARGV[2]; 48 $outputpath =~ s/\Q$separator\E\s*$//; 50 if ( ! -d $outputpath ) { mkdir $outputpath; } 54 print "Output path: $outputpath \n"; 84 $savefilename = $outputpath . $separator . $savefilename; 90 $savefilename = $outputpath . $separator . $savefilename;
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | skeletoncommon.cxx | 80 if ( options.outputpath.equals("stdout") ) in getOutputStream() 88 options.outputpath, options.implname.replace('.','/'), extension); in getOutputStream()
|
H A D | skeletoncommon.hxx | 67 rtl::OString outputpath; member
|
H A D | skeletonmaker.cxx | 246 options.outputpath = OUStringToOString(sOption, RTL_TEXTENCODING_UTF8);
|
Completed in 30 milliseconds