Searched defs:SharedPathConfig (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/ |
D | crosvm.rs | 229 pub struct SharedPathConfig { struct 230 pub path: String, 231 pub host_uid: i32, 232 pub host_gid: i32, 233 pub guest_uid: i32, 234 pub guest_gid: i32, 235 pub mask: i32, 236 pub tag: String, 237 pub socket_path: String, 238 pub socket_fd: Option<File>, [all …]
|
D | aidl.rs | 1014 ) -> Result<Vec<SharedPathConfig>, Status> { in assemble_shared_paths()
|