Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/icu/
H A Dcreatemak.pl57 my $sourcePath = shift;
61 if ( !$sourcePath ) {
63 $sourcePath = $inpath . "\\misc\\build\\icu\\source";
72 …s = prepare_allinone_all_mak(\%project_by_id,\%project_by_name,\%project_dependencies,$sourcePath);
76 create_allinone_all_mak(\@builddeps,\%project_by_id,$sourcePath);
128 my $fullpath = $sourcePath . "\\" . $dir;
784 my $sourcePath = shift;
786 my $allslnfile = $sourcePath . "\\allinone\\allinone.sln";
921 my $sourcePath = shift;
922 my $allmakfile = $sourcePath . "\\allinone\\all.mak";
/aoo4110/test/testuno/source/pvt/uno/
H A DConversion.java105 private String sourcePath = null; field in Conversion
120 public Conversion(String sourcePath, String targetFilterName, String targetExtName) { in Conversion() argument
122 this.sourcePath = sourcePath; in Conversion()
130 sourceFile = new File(sourcePath); in before()

Completed in 14 milliseconds