Home
last modified time | relevance | path

Searched refs:authfs_service (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Virtualization/authfs/service/
Dauthfs_service.rc1 service authfs_service /system/bin/authfs_service
3 socket authfs_service stream 0666 root system
DAndroid.bp6 name: "authfs_service",
24 init_rc: ["authfs_service.rc"],
/packages/modules/Virtualization/compos/src/
Dcompsvc.rs127 let authfs_service: Strong<dyn IAuthFsService> = RpcSession::new() in do_odrefresh() localVariable
130 let exit_code = odrefresh(&self.odrefresh_path, args, authfs_service, |output_dir| { in do_odrefresh()
Dcompilation.rs75 authfs_service: Strong<dyn IAuthFsService>, in odrefresh()
110 let authfs = authfs_service.mount(&authfs_config)?; in odrefresh()
/packages/modules/Virtualization/microdroid/
Dinit.rc91 # e.g. microdroid.config.enable_authfs configures whether to run authfs_service after
143 start authfs_service
DAndroid.bp126 "authfs_service",