Searched refs:OWNER_KEY_FILE (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
D | login_OwnershipNotRetaken.py | 39 key = open(constants.OWNER_KEY_FILE, 'rb') 42 mtime = os.stat(constants.OWNER_KEY_FILE).st_mtime 52 if os.stat(constants.OWNER_KEY_FILE).st_mtime > mtime: 56 key2 = open(constants.OWNER_KEY_FILE, 'rb')
|
/external/autotest/client/cros/ |
D | crash_test.py | 216 constants.OWNER_KEY_FILE) 234 constants.OWNER_KEY_FILE) 274 if os.path.exists(constants.OWNER_KEY_FILE): 275 shutil.move(constants.OWNER_KEY_FILE, 294 constants.OWNER_KEY_FILE) 296 utils.system('rm -f "%s"' % constants.OWNER_KEY_FILE)
|
D | login.py | 131 if os.access(constants.OWNER_KEY_FILE, os.F_OK): 134 condition=lambda: os.access(constants.OWNER_KEY_FILE, os.F_OK),
|
D | ownership.py | 103 __unlink(constants.OWNER_KEY_FILE) 115 utils.open_write_close(constants.OWNER_KEY_FILE, 268 utils.open_write_close(constants.OWNER_KEY_FILE,
|
D | constants.py | 105 OWNER_KEY_FILE = WHITELIST_DIR + '/owner.key' variable
|
/external/autotest/client/site_tests/login_OwnershipRetaken/ |
D | login_OwnershipRetaken.py | 59 if (utils.read_file(constants.OWNER_KEY_FILE) != pubkey): 74 if (utils.read_file(constants.OWNER_KEY_FILE) == pubkey):
|
/external/autotest/client/site_tests/login_OwnershipTaken/ |
D | login_OwnershipTaken.py | 27 if (os.access(constants.OWNER_KEY_FILE, os.F_OK) or
|
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/ |
D | platform_SessionManagerBlockDevmodeSetting.py | 67 os.path.join(self.bindir, 'owner.key'), constants.OWNER_KEY_FILE)
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
D | platform_KernelErrorPaths.py | 68 (constants.OWNER_KEY_FILE, 'mock_metrics_owner.key', 'root'),
|