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

  /external/ltp/include/old/
safe_macros.h 256 static inline int safe_lstat(const char *file, const int lineno, function
270 #define SAFE_LSTAT(cleanup_fn, path, buf) \
271 safe_lstat(__FILE__, __LINE__, (cleanup_fn), (path), (buf))
  /external/ltp/include/
tst_safe_macros.h 307 static inline int safe_lstat(const char *file, const int lineno, function
321 #define SAFE_LSTAT(path, buf) \
322 safe_lstat(__FILE__, __LINE__, (path), (buf))

Completed in 611 milliseconds