Searched refs:sourcePath (Results 1 – 2 of 2) sorted by relevance
59 my $sourcePath = shift;63 if ( !$sourcePath ) {65 $sourcePath = $inpath . "\\misc\\build\\icu\\source";74 …s = prepare_allinone_all_mak(\%project_by_id,\%project_by_name,\%project_dependencies,$sourcePath);82 create_allinone_all_mak(\@builddeps,\%project_by_id,$sourcePath);134 my $fullpath = $sourcePath . "\\" . $dir;805 my $sourcePath = shift;807 my $allslnfile = $sourcePath . "\\allinone\\allinone.sln";942 my $sourcePath = shift;943 my $allmakfile = $sourcePath . "\\allinone\\all.mak";
105 private String sourcePath = null; field in Conversion120 public Conversion(String sourcePath, String targetFilterName, String targetExtName) { in Conversion() argument122 this.sourcePath = sourcePath; in Conversion()130 sourceFile = new File(sourcePath); in before()