Home
last modified time | relevance | path

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

/device/generic/goldfish/tools/
DREADME.md3 ### Usage
9 ### Prerequisite
20 ### Functionality
24 ### The format of input config file
31 ### Config file example
40 ### TODO
/device/google/cuttlefish/host/commands/fetcher/
Dinstall_zip.cc31 const std::vector<std::string>& images) { in ExtractImages()
Dfetch_cvd.cc93 const std::vector<std::string>& images) { in download_images()
350 auto images = ExtractImages(target_files[0], target_dir, wanted_images); in main() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dcf_bpttool.py1376 def make_disk_image(self, output, bpt, images, allow_empty_partitions=False): argument