MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / gvproxy_socket_base

Function gvproxy_socket_base

crates/openshell-driver-vm/src/runtime.rs:1299–1301  ·  view source on GitHub ↗
(overlay_disk: &Path)

Source from the content-addressed store, hash-verified

1297}
1298
1299fn gvproxy_socket_base(overlay_disk: &Path) -> Result<PathBuf, String> {
1300 Ok(secure_socket_base("osd-gv")?.join(hash_path_id(overlay_disk)))
1301}
1302
1303fn install_signal_forwarding(pid: i32) {
1304 unsafe {

Callers 2

run_libkrun_vmFunction · 0.85

Calls 2

secure_socket_baseFunction · 0.85
hash_path_idFunction · 0.85