Searched refs:AssemblyPath (Results 1 – 8 of 8) sorted by relevance
246 .ConfigPath(config.AssemblyPath("os_composite_disk_config.txt")) in OsCompositeDiskBuilder()247 .HeaderPath(config.AssemblyPath("os_composite_gpt_header.img")) in OsCompositeDiskBuilder()248 .FooterPath(config.AssemblyPath("os_composite_gpt_footer.img")) in OsCompositeDiskBuilder()336 config_.AssemblyPath("boot_repacked.img"); in Setup()350 config_.AssemblyPath("vendor_boot_repacked.img"); in Setup()
209 if (log->LinkAtCwd(config.AssemblyPath("assemble_cvd.log"))) { in InitFilesystemAndCreateConfig()211 << config.AssemblyPath("assemble_cvd.log") in InitFilesystemAndCreateConfig()
1016 return config.AssemblyPath("cuttlefish_config.json"); in GetConfigFilePath()
63 SaveFile(writer, "cuttlefish_assembly/" + path, config->AssemblyPath(path)); in CvdHostBugreportMain()
158 auto assembly_path = config.AssemblyPath("assemble_cvd.log"); in ConfigureLogs()
222 auto config_path = config_.AssemblyPath("cuttlefish_config.json"); in RestartRunCvd()
940 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig946 return AssemblyPath("os_composite.img"); in os_composite_disk_path()
95 std::string AssemblyPath(const std::string&) const;