Searched refs:cat (Results 1 – 25 of 46) sorted by relevance
12
/device/common/ |
D | generate-factory-images-common.sh | 87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 111 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 117 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 131 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 136 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 140 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 146 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 154 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 160 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF [all …]
|
D | populate-new-device.sh | 27 cat > device/$1/$2/AndroidProducts.mk << EOF 49 cat > device/$1/$2/full_$2.mk << EOF 75 cat > device/$1/$2/device.mk << EOF 104 cat > device/$1/$2/BoardConfig.mk << EOF 133 cat > vendor/$1/$2/device-vendor.mk << EOF 151 cat > vendor/$1/$2/BoardConfigVendor.mk << EOF
|
D | generate-packages.sh | 162 cat PROLOGUE > tmp/$SCRIPT || echo \ \ \ \ Error generating script 163 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 164 cat PART1 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 165 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 166 cat PART2 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script 167 …echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc… 168 cat PART3 >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
|
D | generate-blob-lists.sh | 66 cat out/target/product/$DEVICENAME/installed-files.txt | 77 cat out/target/product/$DEVICENAME/installed-files.txt |
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | configure | 61 cat > $test.c <<EOF 194 cat > $test.c <<EOF 206 cat > $test.c <<EOF 224 cat > $test.c <<EOF 248 cat >$test.c <<EOF 286 cat >$test.c <<EOF 321 cat >$test.c <<EOF 341 cat >$test.c <<EOF 373 cat >$test.c <<EOF 401 cat >$test.c <<EOF [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/ |
D | PostBuild.sh | 74 …cat $BOOTSECTOR_BIN_DIR/Start.com $BOOTSECTOR_BIN_DIR/efi32.com2 $BUILD_DIR/FV/Efildr32 > $BUILD… 79 …cat $BOOTSECTOR_BIN_DIR/Start16.com $BOOTSECTOR_BIN_DIR/efi32.com2 $BUILD_DIR/FV/Efildr32 > $BUILD… 81 …cat $BOOTSECTOR_BIN_DIR/Start32.com $BOOTSECTOR_BIN_DIR/efi32.com2 $BUILD_DIR/FV/Efildr32 > $BUILD… 90 …cat $BOOTSECTOR_BIN_DIR/Start64.com $BOOTSECTOR_BIN_DIR/efi64.com2 $BUILD_DIR/FV/Efildr64 > $BUILD… 93 …cat $BOOTSECTOR_BIN_DIR/St16_64.com $BOOTSECTOR_BIN_DIR/efi64.com2 $BUILD_DIR/FV/Efildr64 > $BUILD… 96 …cat $BOOTSECTOR_BIN_DIR/St32_64.com $BOOTSECTOR_BIN_DIR/efi64.com2 $BUILD_DIR/FV/Efildr64 > $BUILD…
|
/device/google/bonito/ |
D | init.edge_sense.sh | 41 hw_platform=`cat /sys/devices/soc0/hw_platform` 42 platform_version=`cat /sys/devices/soc0/platform_version` 89 gpio_index_base=`cat ${base_file}`
|
D | init.qcom.wlan.sh | 3 wlan_driver_version=`cat /sys/kernel/wifi/wlan/driver_version` 5 wlan_fw_version=`cat /sys/kernel/wifi/wlan/fw/0/version`
|
D | init.radio.sh | 20 prev_version_info=`cat /data/vendor/radio/ver_info.txt` 25 cur_version_info=`cat /firmware/verinfo/ver_info.txt`
|
D | init.firstboot.sh | 10 type=`cat /sys/class/power_supply/usb/typec_mode`
|
/device/google/crosshatch/ |
D | init.edge_sense.sh | 41 hw_platform=`cat /sys/devices/soc0/hw_platform` 42 platform_version=`cat /sys/devices/soc0/platform_version` 99 gpio_index_base=`cat ${base_file}`
|
D | init.radio.sh | 20 prev_version_info=`cat /data/vendor/radio/ver_info.txt` 25 cur_version_info=`cat /vendor/firmware_mnt/verinfo/ver_info.txt`
|
D | init.firstboot.sh | 12 type=`cat /sys/class/power_supply/usb/typec_mode`
|
/device/google/cuttlefish/shared/config/ |
D | gen_wpa_supplicant_conf.sh | 9 cat <<eof 14 cat <<eof
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | configure | 140 cat $test.c >> configure.log 147 cat > $test.c <<EOF 329 cat > $test.c <<EOF 364 cat > $test.c << EOF 378 cat > $test.c <<EOF 426 cat > $test.c <<EOF 440 cat > $test.c <<EOF 459 cat > $test.c <<EOF 478 cat > $test.c <<EOF 493 cat > $test.c <<EOF [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/ |
D | elftobin.sh | 48 size_sec[${i}]=$(cat $VARBIN | wc -c) 56 cat $VARBIN >> $OUTPUT_BIN_FILE 61 tmp1=$(cat $OUTPUT_BIN_FILE | wc -c) 86 cat $OUTPUT_BIN_FILE >> $OUTPUT_IMG_FILE
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | warnings.py | 154 cat = eval(category) 166 cat = getattr(m, klass) 169 if not issubclass(cat, Warning): 171 return cat 236 action, msg, cat, mod, ln = item 238 issubclass(category, cat) and
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | warnings.py | 158 cat = eval(category) 170 cat = getattr(m, klass) 173 if not issubclass(cat, Warning): 175 return cat 240 action, msg, cat, mod, ln = item 242 issubclass(category, cat) and
|
/device/google/marlin/ |
D | init.radio.sh | 16 prev_version_info=`cat /data/misc/radio/ver_info.txt` 21 cur_version_info=`cat /firmware/radio/modem_pr/verinfo/ver_info.txt`
|
/device/google/wahoo/ |
D | init.radio.sh | 16 prev_version_info=`cat /data/vendor/radio/ver_info.txt` 21 cur_version_info=`cat /firmware/verinfo/ver_info.txt`
|
/device/google/cuttlefish_kernel/scripts/ |
D | extract-vmlinux | 20 cat $1
|
/device/google/contexthub/util/ |
D | nanoapp_prepare.sh | 88 cat "${args[$i]}" >> "${app}.sign.napp"
|
/device/google/cuttlefish_common/tools/ |
D | vlan_prototype_down.sh | 16 kill $(cat /var/run/cuttlefish-dnsmasq-"${bridge}".pid)
|
/device/google/contexthub/firmware/build/ |
D | os_executable_internal.mk | 42 $(hide) cat $^ > $@
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_nis.py | 26 mapping = nis.cat(nismap)
|
12