Home
last modified time | relevance | path

Searched refs:first_instance (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopenwrt_control_server.cpp46 auto first_instance = config_.Instances()[0]; in Commands() local
53 std::to_string(first_instance.use_bridged_wifi_tap())); in Commands()
55 first_instance.webrtc_device_id()); in Commands()
57 first_instance.launcher_log_path()); in Commands()
60 AbsolutePath(first_instance.PerInstanceLogPath("crosvm_openwrt.log"))); in Commands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc462 std::string first_instance = config->Instances()[0].instance_dir(); in InitFilesystemAndCreateConfig() local
468 if (symlink(first_instance.c_str(), double_legacy_instance_dir.c_str())) { in InitFilesystemAndCreateConfig()
469 return CF_ERRNO("symlink(\"" << first_instance << "\", \"" in InitFilesystemAndCreateConfig()