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 109 int safe_symlink(const char *file, const int lineno,
tst_safe_macros.h 141 #define SAFE_SYMLINK(oldpath, newpath) \
142 safe_symlink(__FILE__, __LINE__, NULL, (oldpath), (newpath))
  /external/ltp/include/old/
safe_macros.h 104 #define SAFE_SYMLINK(cleanup_fn, oldpath, newpath) \
105 safe_symlink(__FILE__, __LINE__, cleanup_fn, (oldpath), (newpath))
  /external/ltp/lib/
safe_macros.c 426 int safe_symlink(const char *file, const int lineno, function

Completed in 98 milliseconds