Home
last modified time | relevance | path

Searched refs:srcDir (Results 1 – 4 of 4) sorted by relevance

/cts/tests/video/
Dcopy_media.sh21 srcDir="/tmp/$resLabel"
42 unzip -qo "/tmp/$resLabel" -d $srcDir
45 echo "adb $adbOptions push $srcDir $tgtDir"
47 adb $adbOptions push $srcDir/. $tgtDir
/cts/tests/mediapc/
Dcopy_media.sh21 srcDir="/tmp/$resLabel"
42 unzip -qo "/tmp/$resLabel" -d $srcDir
45 echo "adb $adbOptions push $srcDir $tgtDir"
47 adb $adbOptions push $srcDir/. $tgtDir
/cts/tests/media/
Dcopy_media.sh21 srcDir="/tmp/$resLabel"
42 unzip -qo "/tmp/$resLabel" -d $srcDir
45 echo "adb $adbOptions push $srcDir $tgtDir"
47 adb $adbOptions push $srcDir/. $tgtDir
/cts/tools/cfassembler/src/dxconvext/
DClassFileParser.java60 private void process(final String srcDir, final String classesDir, in process() argument
66 String pckPath = fileName.substring(srcDir.length() + 1); in process()