Home
last modified time | relevance | path

Searched refs:AssemblyPath (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc300 tmp_config_obj.AssemblyPath(kKernelDefaultPath.c_str())); in InitializeCuttlefishConfiguration()
307 tmp_config_obj.AssemblyPath("vmlinux")); in InitializeCuttlefishConfiguration()
310 auto ramdisk_path = tmp_config_obj.AssemblyPath("ramdisk.img"); in InitializeCuttlefishConfiguration()
311 auto vendor_ramdisk_path = tmp_config_obj.AssemblyPath("vendor_ramdisk.img"); in InitializeCuttlefishConfiguration()
775 std::string header_path = config.AssemblyPath("gpt_header.img"); in CreateCompositeDisk()
776 std::string footer_path = config.AssemblyPath("gpt_footer.img"); in CreateCompositeDisk()
1012 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h67 std::string AssemblyPath(const std::string&) const;
Dcuttlefish_config.cpp933 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in vsoc::CuttlefishConfig
939 return AssemblyPath("composite.img"); in composite_disk_path()