Searched refs:AssemblyPath (Results 1 – 6 of 6) sorted by relevance
327 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()
64 auto uboot_env_path = config.AssemblyPath("u-boot.env"); in InitBootloaderEnvPartition()
288 std::string header_path = config.AssemblyPath("gpt_header.img"); in CreateCompositeDisk()289 std::string footer_path = config.AssemblyPath("gpt_footer.img"); in CreateCompositeDisk()
352 auto config_path = config->AssemblyPath("cuttlefish_config.json"); in ServerLoop()435 auto assemble_log = cuttlefish::ReadFile(config->AssemblyPath("assemble_cvd.log")); in main()
880 std::string CuttlefishConfig::AssemblyPath( in AssemblyPath() function in cuttlefish::CuttlefishConfig886 return AssemblyPath("composite.img"); in composite_disk_path()
74 std::string AssemblyPath(const std::string&) const;