Searched refs:srcDir (Results 1 – 7 of 7) sorted by relevance
21 srcDir="/tmp/$resLabel"42 unzip -qo "/tmp/$resLabel" -d $srcDir45 echo "adb $adbOptions push $srcDir $tgtDir"47 adb $adbOptions push $srcDir/. $tgtDir
37 srcDir="/tmp/$resLabel"44 unzip -qo "/tmp/$resLabel" -d $srcDir46 echo "adb $adbOptions push $srcDir $tgtDir"48 adb $adbOptions push $srcDir/. $tgtDir
60 private void process(final String srcDir, final String classesDir, in process() argument66 String pckPath = fileName.substring(srcDir.length() + 1); in process()