Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc327 tmp_config_obj.AssemblyPath(kKernelDefaultPath.c_str())); in InitializeCuttlefishConfiguration()
334 tmp_config_obj.AssemblyPath("vmlinux")); in InitializeCuttlefishConfiguration()
337 auto ramdisk_path = tmp_config_obj.AssemblyPath("ramdisk.img"); in InitializeCuttlefishConfiguration()
338 auto vendor_ramdisk_path = tmp_config_obj.AssemblyPath("vendor_ramdisk.img"); in InitializeCuttlefishConfiguration()
899 if (log->LinkAtCwd(config.AssemblyPath("assemble_cvd.log"))) { in InitFilesystemAndCreateConfig()
901 << config.AssemblyPath("assemble_cvd.log") in InitFilesystemAndCreateConfig()
971 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
Dboot_config.cc64 auto uboot_env_path = config.AssemblyPath("u-boot.env"); in InitBootloaderEnvPartition()
Ddisk_flags.cc288 std::string header_path = config.AssemblyPath("gpt_header.img"); in CreateCompositeDisk()
289 std::string footer_path = config.AssemblyPath("gpt_footer.img"); in CreateCompositeDisk()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc352 auto config_path = config->AssemblyPath("cuttlefish_config.json"); in ServerLoop()
435 auto assemble_log = cuttlefish::ReadFile(config->AssemblyPath("assemble_cvd.log")); in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp880 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig
886 return AssemblyPath("composite.img"); in composite_disk_path()
Dcuttlefish_config.h74 std::string AssemblyPath(const std::string&) const;