Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/
Dfusefs.rs61 pub enum AuthFsEntry { enum
77 impl AuthFsEntry { implementation
119 fn new_with_ref_count(entry: AuthFsEntry, handle_ref_count: u64) -> Self { in new_with_ref_count()
236 entry: AuthFsEntry, in add_entry_at_root_dir()
249 entry: AuthFsEntry, in add_entry_at_ro_dir_by_path()
343 F: FnOnce(&mut AuthFsEntry, &Path, Inode) -> io::Result<AuthFsEntry>, in create_new_entry_with_ref_count()
Dmain.rs176 ) -> Result<AuthFsEntry> { in new_remote_verified_file_entry()
190 ) -> Result<AuthFsEntry> { in new_remote_unverified_file_entry()
198 ) -> Result<AuthFsEntry> { in new_remote_new_verified_file_entry()
209 ) -> Result<AuthFsEntry> { in new_remote_new_verified_dir_entry()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/guest/authfs/authfs/android_arm64_armv8-2a_cortex-a55/out/
Dmain.rs176 ) -> Result<AuthFsEntry> { in new_remote_verified_file_entry()
190 ) -> Result<AuthFsEntry> { in new_remote_unverified_file_entry()
198 ) -> Result<AuthFsEntry> { in new_remote_new_verified_file_entry()
209 ) -> Result<AuthFsEntry> { in new_remote_new_verified_dir_entry()