Searched defs:_unlink (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Lib/test/ | ||
| D | test_tempfile.py | 338 _unlink = os.unlink variable in test__mkstemp_inner.mkstemped |
| /external/python/cpython3/Lib/test/ | ||
| D | test_tempfile.py | 365 _unlink = os.unlink variable in TestMkstempInner.mkstemped |
| /external/python/cpython2/Lib/test/support/ | ||
| D | __init__.py | 244 def _unlink(filename): function |
| /external/python/cpython3/Lib/test/support/ | ||
| D | __init__.py | 351 def _unlink(filename): function |