Home
last modified time | relevance | path

Searched defs:footer_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp76 DiskBuilder& DiskBuilder::FooterPath(std::string footer_path) & { in FooterPath()
80 DiskBuilder DiskBuilder::FooterPath(std::string footer_path) && { in FooterPath()
/aosp_15_r20/external/crosvm/src/
H A Dmain.rs407 let footer_path = format!("{}.footer", composite_image_path); in create_composite() localVariable
/aosp_15_r20/external/crosvm/disk/src/
H A Dcomposite.rs738 let footer_path = footer_path in create_composite_disk() localVariable