Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/tools/
Dmk_combined_img.py78 def write_partition(partition, output_file, offset): argument
105 def add_partition(partition, output_file): argument
/device/generic/vulkan-cereal/third-party/angle/src/
Dcommit_id.py42 output_file = sys.argv[2] variable
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc83 auto output_file = SharedFD::Creat(unpack_dir + "/boot_params", 0666); in UnpackBootImage() local
159 auto output_file = SharedFD::Creat(unpack_dir + "/vendor_boot_params", 0666); in UnpackVendorBootImageIfNotUnpacked() local
/device/google/cuttlefish/host/commands/mk_cdisk/
Dmk_cdisk.cc100 std::string output_file; member