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 251 static inline int safe_lstat(const char *file, const int lineno, function
265 #define SAFE_LSTAT(cleanup_fn, path, buf) \
266 safe_lstat(__FILE__, __LINE__, (cleanup_fn), (path), (buf))
  /external/ltp/include/
tst_safe_macros.h 309 static inline int safe_lstat(const char *file, const int lineno, function
323 #define SAFE_LSTAT(path, buf) \
324 safe_lstat(__FILE__, __LINE__, (path), (buf))

Completed in 172 milliseconds