HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_DIR (Results 1 - 4 of 4) sorted by null

  /device/linaro/hikey/factory-images/
generate-factory-images-hikey.sh 16 DEVICE_DIR=device/linaro/hikey/
35 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/README tmp/$PRODUCT-$VERSION/
36 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/hisi-idt.py tmp/$PRODUCT-$VERSION/
37 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/l-loader.bin tmp/$PRODUCT-$VERSION/
38 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-8g.img tmp/$PRODUCT-$VERSION/
39 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/ptable-aosp-4g.img tmp/$PRODUCT-$VERSION/
40 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/fip.bin tmp/$PRODUCT-$VERSION/
41 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/nvme.img tmp/$PRODUCT-$VERSION/
generate-factory-images-hikey960.sh 16 DEVICE_DIR=device/linaro/hikey/
35 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/bl31.bin tmp/$PRODUCT-$VERSION/
36 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/hisi-fastboot.img tmp/$PRODUCT-$VERSION/
37 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/lpm3.img tmp/$PRODUCT-$VERSION/
38 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/nvme.img tmp/$PRODUCT-$VERSION/
39 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/hisi-ptable.img tmp/$PRODUCT-$VERSION/
40 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/README tmp/$PRODUCT-$VERSION/
41 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey960/hisi-sec_xloader.img tmp/$PRODUCT-$VERSION/
  /development/vndk/tools/
build_mixed 83 readonly DEVICE_DIR="$2"
93 readonly DEVICE_ARCHIVE="$(find "$DEVICE_DIR" -name "*-img-*.zip" -print)"
95 exit_badparam "Could not find device img archive in $DEVICE_DIR."
98 readonly DEVICE_TARGET_FILES_ARCHIVE="$(find "$DEVICE_DIR" -name "*-target_files-*.zip" -print)"
100 exit_badparam "Could not find device target_files archive in $DEVICE_DIR."
189 "$DEVICE_DIR"/* "$DIST_DIR"
  /external/v8/tools/
run_perf.py 709 DEVICE_DIR = "/data/local/tmp/v8/"
735 self.device.RunShellCommand(["rm", "-rf", AndroidPlatform.DEVICE_DIR])
741 AndroidPlatform.DEVICE_DIR, "_tmp_", file_name)
743 AndroidPlatform.DEVICE_DIR, target_rel, file_name)
820 AndroidPlatform.DEVICE_DIR, target_dir, runnable.binary)
832 cwd=os.path.join(AndroidPlatform.DEVICE_DIR, bench_rel),
    [all...]

Completed in 89 milliseconds