Home
last modified time | relevance | path

Searched refs:OWNER_KEY_FILE (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/login_OwnershipNotRetaken/
Dlogin_OwnershipNotRetaken.py48 key = open(constants.OWNER_KEY_FILE, 'rb')
51 mtime = os.stat(constants.OWNER_KEY_FILE).st_mtime
61 if os.stat(constants.OWNER_KEY_FILE).st_mtime > mtime:
65 key2 = open(constants.OWNER_KEY_FILE, 'rb')
/external/autotest/client/cros/crash/
Dcrash_test.py211 constants.OWNER_KEY_FILE)
229 constants.OWNER_KEY_FILE)
269 if os.path.exists(constants.OWNER_KEY_FILE):
270 shutil.move(constants.OWNER_KEY_FILE,
289 constants.OWNER_KEY_FILE)
291 utils.system('rm -f "%s"' % constants.OWNER_KEY_FILE)
/external/autotest/client/cros/
Dlogin.py131 if os.access(constants.OWNER_KEY_FILE, os.F_OK):
134 condition=lambda: os.access(constants.OWNER_KEY_FILE, os.F_OK),
Downership.py103 __unlink(constants.OWNER_KEY_FILE)
115 utils.open_write_close(constants.OWNER_KEY_FILE,
253 utils.open_write_close(constants.OWNER_KEY_FILE,
Dconstants.py113 OWNER_KEY_FILE = WHITELIST_DIR + '/owner.key' variable
/external/autotest/client/site_tests/login_OwnershipTaken/
Dlogin_OwnershipTaken.py24 if (os.access(constants.OWNER_KEY_FILE, os.F_OK) or
/external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
Dplatform_SessionManagerBlockDevmodeSetting.py67 os.path.join(self.bindir, 'owner.key'), constants.OWNER_KEY_FILE)
/external/autotest/server/site_tests/platform_KernelErrorPaths/
Dplatform_KernelErrorPaths.py66 (constants.OWNER_KEY_FILE, 'mock_metrics_owner.key', 'root'),