Home
last modified time | relevance | path

Searched refs:__unlink (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/
Downership.py71 def __unlink(filename): function
103 __unlink(constants.OWNER_KEY_FILE)
104 __unlink(constants.SIGNED_POLICY_FILE)
105 __unlink(os.path.join(constants.USER_DATA_DIR, 'Local State'))
/external/python/cpython2/Lib/
Durllib.py143 self.__unlink = os.unlink # See cleanup()
170 self.__unlink(file)