Home
last modified time | relevance | path

Searched defs:safe_unlink (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_fileinput.py8 from test.test_support import unlink as safe_unlink, check_warnings unknown
/external/python/cpython3/Lib/test/
Dtest_fileinput.py28 from test.support import unlink as safe_unlink unknown
/external/ltp/lib/
Dsafe_macros.c351 int safe_unlink(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_unlink() function