Searched +refs:android +refs:product +refs:path (Results 1 – 2 of 2) sorted by relevance
33 (defgroup android nil unknown43 :group 'android)51 :group 'android)62 :group 'android)111 (product (with-current-buffer (find-file-noselect buildspec)116 (alias (assoc product android-product-alias-map)))119 product128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"130 (when (not (file-exists-p path))132 add an entry to android-product-map." path (android-product))))[all …]
25 product=''283 log_print "getting bootloader file for $product"284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then290 log_print "bootloader file not found: ./$product/$bootloaderfile"293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"296 flash_partition $bootpart $ROOT/$product/$bootloaderfile322 log_print "getting radio file for $product"323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`328 if [ ! -e "$ROOT/$product/$radiofile" ]; then[all …]