Home
last modified time | relevance | path

Searched defs:control_socket_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dlinux.rs77 pub control_socket_path: PathBuf, field
143 let control_socket_path = test_dir.path().join(CONTROL_PIPE); in new_generic() localVariable
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp79 std::string CuttlefishConfig::EnvironmentSpecific::control_socket_path() const { in control_socket_path() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp228 const auto control_socket_path = in TakeCrosvmGuestSnapshot() local