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

  /device/moto/shamu/
init.mmi.touch.sh 176 firmware_file=$(ls $touch_vendor-$touch_product_id-$str_cfg_id_latest-*-$product_id$hw_mask.*)
177 debug "firmware file for upgrade $firmware_file"
184 echo $firmware_file > $touch_path/doreflash
206 unset bl_mode dbg_on hw_mask firmware_file property
  /device/google/contexthub/util/nanotool/
contexthub.cpp 144 FILE *firmware_file = fopen(filename.c_str(), "r"); local
145 if (!firmware_file) {
150 fseek(firmware_file, 0, SEEK_END);
151 long file_size = ftell(firmware_file);
152 fseek(firmware_file, 0, SEEK_SET);
156 file_size, firmware_file);
157 fclose(firmware_file);

Completed in 2114 milliseconds