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

  /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/ltp/include/
safe_macros_fn.h 98 int safe_unlink(const char *file, const int lineno,
tst_safe_macros.h 122 #define SAFE_UNLINK(pathname) \
123 safe_unlink(__FILE__, __LINE__, NULL, (pathname))
  /external/ltp/include/old/
safe_macros.h 92 #define SAFE_UNLINK(cleanup_fn, pathname) \
93 safe_unlink(__FILE__, __LINE__, cleanup_fn, (pathname))
  /external/ltp/lib/
safe_macros.c 361 int safe_unlink(const char *file, const int lineno, void (*cleanup_fn) (void), function

Completed in 2092 milliseconds