Searched defs:VirtFdService (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Virtualization/authfs/src/file/ |
D | attr.rs | 47 pub fn new_file(service: VirtFdService, remote_fd: i32) -> Attr { in new_file() 51 pub fn new_dir(service: VirtFdService, remote_fd: i32) -> Attr { in new_dir() 55 pub fn new_file_with_mode(service: VirtFdService, remote_fd: i32, mode: mode_t) -> Attr { in new_file_with_mode() 59 pub fn new_dir_with_mode(service: VirtFdService, remote_fd: i32, mode: mode_t) -> Attr { in new_dir_with_mode()
|
D | remote_file.rs | 26 service: &VirtFdService, in remote_read_chunk() 48 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() 53 service: VirtFdService, in new_by_path() 88 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new() 114 pub fn new(service: VirtFdService, file_fd: i32) -> Self { in new()
|
D | dir.rs | 67 pub fn new(service: VirtFdService, remote_dir_fd: i32) -> Self { in new()
|
/packages/modules/Virtualization/authfs/src/ |
D | main.rs | 173 service: file::VirtFdService, in new_remote_verified_file_entry() 187 service: file::VirtFdService, in new_remote_unverified_file_entry() 196 service: file::VirtFdService, in new_remote_new_verified_file_entry() 207 service: file::VirtFdService, in new_remote_new_verified_dir_entry() 216 service: file::VirtFdService, in prepare_root_dir_entries()
|
D | file.rs | 17 pub type VirtFdService = Strong<dyn IVirtFdService>; typedef 24 pub fn get_rpc_binder_service(cid: u32) -> io::Result<VirtFdService> { in get_rpc_binder_service()
|
/packages/modules/Virtualization/authfs/src/fusefs/ |
D | file.rs | 52 service: VirtFdService, in prepare_by_path() 66 pub fn prepare_by_fd(service: VirtFdService, remote_fd: i32, expected_digest: Vec<u8>) -> Self { in prepare_by_fd()
|