Home
last modified time | relevance | path

Searched refs:crosvm_path (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp85 DiskBuilder& DiskBuilder::CrosvmPath(std::string crosvm_path) & { in CrosvmPath() argument
86 crosvm_path_ = std::move(crosvm_path); in CrosvmPath()
89 DiskBuilder DiskBuilder::CrosvmPath(std::string crosvm_path) && { in CrosvmPath() argument
90 crosvm_path_ = std::move(crosvm_path); in CrosvmPath()
Ddisk_builder.h42 DiskBuilder& CrosvmPath(std::string crosvm_path) &;
43 DiskBuilder CrosvmPath(std::string crosvm_path) &&;
Ddisk_flags.cc643 const std::string crosvm_path = instance.crosvm_binary(); in InitializeSdCard() local
644 CreateQcowOverlay(crosvm_path, instance.sdcard_path(), in InitializeSdCard()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc543 void CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay() argument
546 Command cmd(crosvm_path); in CreateQcowOverlay()
558 LOG(ERROR) << "Failed to run `" << crosvm_path in CreateQcowOverlay()
Dimage_aggregator.h94 void CreateQcowOverlay(const std::string& crosvm_path,
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp46 bool ServerLoopImpl::CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay() argument
49 Command crosvm_qcow2_cmd(crosvm_path); in CreateQcowOverlay()
Dserver_loop_impl.h87 static bool CreateQcowOverlay(const std::string& crosvm_path,
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp238 const std::string crosvm_path = CF_EXPECT(CrosvmPathForVhostUserGpu(config)); in BuildVhostUserGpu() local
245 gpu_device_cmd.ApplyProcessRestarter(crosvm_path, in BuildVhostUserGpu()