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

  /external/ltp/include/
safe_macros_fn.h 97 int safe_link(const char *file, const int lineno,
tst_safe_macros.h 131 #define SAFE_LINK(oldpath, newpath) \
132 safe_link(__FILE__, __LINE__, NULL, (oldpath), (newpath))
  /external/ltp/include/old/
safe_macros.h 94 #define SAFE_LINK(cleanup_fn, oldpath, newpath) \
95 safe_link(__FILE__, __LINE__, cleanup_fn, (oldpath), (newpath))
  /external/ltp/lib/
safe_macros.c 367 int safe_link(const char *file, const int lineno, function

Completed in 71 milliseconds