Searched refs:proto_binding_location (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | policy.py | 19 def compare_policy_response(proto_binding_location, policy_response, argument 41 sys.path.append(proto_binding_location) 69 def build_policy_data(proto_binding_location, owner=None, guests=None, argument 87 sys.path.append(proto_binding_location) 115 def generate_policy(proto_binding_location, key, pubkey, policy, old_key=None): argument 136 sys.path.append(proto_binding_location)
|
D | authpolicy.py | 48 def __init__(self, bus_loop, proto_binding_location): argument 61 sys.path.append(proto_binding_location)
|