Home
last modified time | relevance | path

Searched refs:safe_unlink (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_fileinput.py30 from test.support.os_helper import unlink as safe_unlink unknown
300 self.addCleanup(safe_unlink, TESTFN)
319 self.addCleanup(safe_unlink, TESTFN)
416 self.addCleanup(safe_unlink, t + '.bak')
991 self.addCleanup(safe_unlink, TESTFN)
1009 self.addCleanup(safe_unlink, TESTFN)
/third_party/ltp/include/
Dsafe_macros_fn.h94 int safe_unlink(const char *file, const int lineno,
Dtst_safe_macros.h160 safe_unlink(__FILE__, __LINE__, NULL, (pathname))
/third_party/ltp/include/old/
Dsafe_macros.h92 safe_unlink(__FILE__, __LINE__, cleanup_fn, (pathname))
/third_party/ltp/lib/
Dsafe_macros.c419 int safe_unlink(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_unlink() function