Home
last modified time | relevance | path

Searched refs:img_name (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/scripts/
Dcow_converter.py55 img_name = os.path.basename(fileinfo.filename)
61 target_img_path = os.path.join(output_dir, img_name)
Dsimulate_ota.py51 def extract_img(zip_archive: zipfile.ZipFile, img_name, output_path, is_source): argument
53 entry_name = "IMAGES/" + img_name + ".img"
57 print("Faild to extract", img_name, "from IMAGES/ dir, trying RADIO/", e)
58 extract_file(zip_archive, "RADIO/" + img_name + ".img", output_path)
/system/core/fastboot/
Dfastboot.h77 std::string img_name; member
Dfastboot.cpp183 static std::string find_item_given_name(const std::string& img_name) { in find_item_given_name() argument
188 return std::string(dir) + "/" + img_name; in find_item_given_name()
194 return find_item_given_name(images[i].img_name); in find_item()
1569 std::string img_name; in ParseFlashCommand() local
1577 } else if (img_name.empty()) { in ParseFlashCommand()
1578 img_name = part; in ParseFlashCommand()
1590 if (img_name.empty()) { in ParseFlashCommand()
1591 img_name = partition + ".img"; in ParseFlashCommand()
1593 return std::make_unique<FlashTask>(slot, partition, img_name, apply_vbmeta); in ParseFlashCommand()
1899 unique_fd fd = fp_->source->OpenFile(image->img_name); in FlashImages()
[all …]
Dtask.cpp156 if (!helper->AddPartition(partition, image->img_name, image->optional_if_no_image)) { in Initialize()
/system/tools/mkbootimg/gki/
Dcertify_bootimg_test.py201 img_name = os.path.splitext(os.path.basename(boot_img))[0]
202 signature_output_dir = os.path.join(output_dir, img_name)