Searched refs:ROOT (Results 1 – 6 of 6) sorted by relevance
17 ROOT=$(cd `dirname $0` && pwd)18 ADB="$ROOT/tools/adb"19 FASTBOOT="$ROOT/tools/fastboot"284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`289 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then293 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"296 flash_partition $bootpart $ROOT/$product/$bootloaderfile323 radiofile=`ls -1 $ROOT/$product | sed -n 's/\(radio[0-9._A-Za-z]\+img\)/\1/ p'`328 if [ ! -e "$ROOT/$product/$radiofile" ]; then332 log_print "using $ROOT/$product/$radiofile as the radio image file"[all …]
33 bootloaderfile=`ls -1 $ROOT/$product/ | sed -n 's/^\(bootloader\.[0-9A-Za-z_]*.img\)\n*/\1/ p'`38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then42 log_print "using $ROOT/$product/$bootloaderfile as bootloader image file"45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
38 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then42 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"45 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
43 if [ ! -e "$ROOT/$product/$bootloaderfile" ]; then47 log_print "using $ROOT/$product/$bootloaderfile as the bootloader image file"50 flash_partition $BOOTPART $ROOT/$product/$bootloaderfile
64 ROOT=$(sed -n -e '/xsd:element.*name="sdk-/s/.*name="\(sdk-[^"]*\)".*/\1/p' "$SCHEMA")65 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."66 echo "## Using root element $ROOT"71 <sdk:$ROOT147 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge "10" ]]; then return 0; fi148 if [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge "7" ]]; then return 0; fi149 if [[ "$ROOT" == "sdk-sys-img" && "$XSD_VERSION" -ge "3" ]]; then return 0; fi169 if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge 7 ]] ||170 [[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge 5 ]]; then464 echo "</sdk:$ROOT>" >> "$OUT"
85 private static final String ROOT = "root"; field in MyCloudProvider124 row.add(Root.COLUMN_ROOT_ID, ROOT); in queryRoots()529 if (docId.equals(ROOT)) {