Home
last modified time | relevance | path

Searched refs:assembly_dir (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc49 DEFINE_string(assembly_dir, CF_DEFAULTS_ASSEMBLY_DIR,
367 clean_dirs.push_back(config.assembly_dir()); in InitFilesystemAndCreateConfig()
379 CF_EXPECT(EnsureDirectoryExists(config.assembly_dir())); in InitFilesystemAndCreateConfig()
456 if (symlink(config->assembly_dir().c_str(), in InitFilesystemAndCreateConfig()
458 return CF_ERRNO("symlink(\"" << config->assembly_dir() << "\", \"" in InitFilesystemAndCreateConfig()
501 const std::string assembly_dir(FLAGS_assembly_dir); in VerifyConditionsOnSnapshotRestore() local
506 CF_EXPECT_EQ(assembly_dir, CF_DEFAULTS_ASSEMBLY_DIR, in VerifyConditionsOnSnapshotRestore()
Ddisk_flags.cc1098 config.assembly_dir(), instance.initramfs_path()); in CreateDynamicDiskFiles()
Dflags.cc521 DECLARE_string(assembly_dir);
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp164 new_vendor_boot_image_path, config_.assembly_dir(), in ResultSetup()
176 config_.assembly_dir(), instance_.bootconfig_supported()), in ResultSetup()
Dgem5_image_unpacker.cpp47 const std::string unpack_dir = config.assembly_dir(); in Gem5ImageUnpacker()
/device/google/cuttlefish/host/libs/vm_manager/
Dgem5_manager.cpp183 …m_mode, workload=ArmFsLinux(object_file=SysPaths.binary(\"" << config.assembly_dir() << "/kernel\"… in GenerateGem5File()
333 gem5_cmd.AddEnvironmentVariable("M5_PATH", config.assembly_dir()); in StartCommands()
/device/google/cuttlefish/host/commands/status/
Dmain.cc94 device_info["assembly_dir"] = config.assembly_dir(); in PopulateDevicesInfoFromInstance()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp670 std::string CuttlefishConfig::assembly_dir() const { in assembly_dir() function in cuttlefish::CuttlefishConfig
676 return AbsolutePath(assembly_dir() + "/" + file_name); in AssemblyPath()
Dcuttlefish_config.h102 std::string assembly_dir() const;
/device/google/cuttlefish/host/commands/stop/
Dmain.cc66 config.assembly_dir(), in DirsForInstance()