OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__unlink
(Results
1 - 8
of
8
) sorted by null
/external/autotest/client/cros/
ownership.py
71
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'))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py
135
self.
__unlink
= os.unlink # See cleanup()
162
self.
__unlink
(file)
[
all
...]
/external/python/cpython2/Lib/
urllib.py
143
self.
__unlink
= os.unlink # See cleanup()
170
self.
__unlink
(file)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py
138
self.
__unlink
= os.unlink # See cleanup()
165
self.
__unlink
(file)
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py
138
self.
__unlink
= os.unlink # See cleanup()
165
self.
__unlink
(file)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py
138
self.
__unlink
= os.unlink # See cleanup()
165
self.
__unlink
(file)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py
138
self.
__unlink
= os.unlink # See cleanup()
165
self.
__unlink
(file)
[
all
...]
/external/python/cpython3/Lib/urllib/
request.py
[
all
...]
Completed in 501 milliseconds