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

  /external/ltp/include/
safe_macros_fn.h 113 int safe_symlink(const char *file, const int lineno,
tst_safe_macros.h 135 #define SAFE_SYMLINK(oldpath, newpath) \
136 safe_symlink(__FILE__, __LINE__, NULL, (oldpath), (newpath))
  /external/ltp/include/old/
safe_macros.h 105 #define SAFE_SYMLINK(cleanup_fn, oldpath, newpath) \
106 safe_symlink(__FILE__, __LINE__, cleanup_fn, (oldpath), (newpath))
  /external/ltp/lib/
safe_macros.c 429 int safe_symlink(const char *file, const int lineno, function

Completed in 123 milliseconds