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

  /external/ltp/include/
safe_macros_fn.h 101 int safe_linkat(const char *file, const int lineno,
tst_safe_macros.h 134 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \
135 safe_linkat(__FILE__, __LINE__, NULL, (olddirfd), (oldpath), \
  /external/ltp/include/old/
safe_macros.h 97 #define SAFE_LINKAT(cleanup_fn, olddirfd, oldpath, newdirfd, newpath, flags) \
98 safe_linkat(__FILE__, __LINE__, cleanup_fn, (olddirfd), (oldpath), \
  /external/ltp/lib/
safe_macros.c 384 int safe_linkat(const char *file, const int lineno, function

Completed in 75 milliseconds