HomeSort by relevance Sort by last modified time
    Searched refs:safe_unlink (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink, check_warnings
29 safe_unlink(name)
265 self.addCleanup(safe_unlink, TESTFN)
317 self.addCleanup(safe_unlink, TESTFN)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink
29 safe_unlink(name)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink
29 safe_unlink(name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink
29 safe_unlink(name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink
29 safe_unlink(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 8 from test.test_support import unlink as safe_unlink
29 safe_unlink(name)
  /external/python/cpython3/Lib/test/
test_fileinput.py 26 from test.support import unlink as safe_unlink
48 safe_unlink(name)
330 self.addCleanup(safe_unlink, TESTFN)
349 self.addCleanup(safe_unlink, TESTFN)
    [all...]
  /external/ltp/include/
safe_macros_fn.h 94 int safe_unlink(const char *file, const int lineno,
tst_safe_macros.h 128 #define SAFE_UNLINK(pathname) \
129 safe_unlink(__FILE__, __LINE__, NULL, (pathname))
  /external/ltp/include/old/
safe_macros.h 91 #define SAFE_UNLINK(cleanup_fn, pathname) \
92 safe_unlink(__FILE__, __LINE__, cleanup_fn, (pathname))
  /external/ltp/lib/
safe_macros.c 351 int safe_unlink(const char *file, const int lineno, void (*cleanup_fn) (void), function

Completed in 341 milliseconds