HomeSort by relevance Sort by last modified time
    Searched defs:SAFE_STAT (Results 1 - 2 of 2) sorted by null

  /external/ltp/include/old/
safe_macros.h 217 static inline int safe_stat(const char *file, const int lineno, function
231 #define SAFE_STAT(cleanup_fn, path, buf) \
232 safe_stat(__FILE__, __LINE__, (cleanup_fn), (path), (buf))
  /external/ltp/include/
tst_safe_macros.h 275 static inline int safe_stat(const char *file, const int lineno, function
289 #define SAFE_STAT(path, buf) \
290 safe_stat(__FILE__, __LINE__, (path), (buf))

Completed in 107 milliseconds