Searched defs:_unlink (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_a_newlib/kernel/src/ | ||
D | fs.c | 57 int _unlink(const char *path) in _unlink() function |
/third_party/python/Lib/test/support/ | ||
D | os_helper.py | 277 def _unlink(filename): function |
/third_party/ffmpeg/libavformat/ | ||
D | os_support.h | 170 DEF_FS_FUNCTION(unlink, _wunlink, _unlink) in DEF_FS_FUNCTION() argument |
/third_party/python/Lib/test/ | ||
D | test_tempfile.py | 382 _unlink = os.unlink variable in TestMkstempInner.mkstemped |