Home
last modified time | relevance | path

Searched refs:make_auth_unix_default (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Demo/rpc/
Dmountclient.py104 self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()
Dnfsclient.py133 self.cred = rpc.AUTH_UNIX, rpc.make_auth_unix_default()
Drpc.py160 def make_auth_unix_default(): function