Home
last modified time | relevance | path

Searched defs:crosvm_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp85 DiskBuilder& DiskBuilder::CrosvmPath(std::string crosvm_path) & { in CrosvmPath()
89 DiskBuilder DiskBuilder::CrosvmPath(std::string crosvm_path) && { in CrosvmPath()
Ddisk_flags.cc682 const std::string crosvm_path = instance.crosvm_binary(); in InitializeSdCard() local
/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dvhost_user_block.cpp67 const std::string crosvm_path = config.crosvm_binary(); in VhostUserBlockDevice() local
Dcrosvm_manager.cpp256 const std::string crosvm_path = CF_EXPECT(CrosvmPathForVhostUserGpu(config)); in BuildVhostUserGpu() local
/aosp_15_r20/external/crosvm/tests/
H A Dplugins.rs91 let mut crosvm_path = get_crosvm_path(); in run_plugin() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp45 bool ServerLoopImpl::CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay()
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc544 void CreateQcowOverlay(const std::string& crosvm_path, in CreateQcowOverlay()