HomeSort by relevance Sort by last modified time
    Searched refs:policy_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/tools/testserver/
device_management.py 547 def __init__(self, policy_path, private_key_paths, policy_user):
551 policy_path: Names the file to read JSON-formatted policy from.
567 self.policy = json.loads(open(policy_path).read())
569 print 'Failed to load policy from %s' % policy_path
testserver.py     [all...]

Completed in 58 milliseconds