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

  /external/ltp/include/old/
safe_macros.h 200 static inline int safe_truncate(const char *file, const int lineno, function
214 #define SAFE_TRUNCATE(cleanup_fn, path, length) \
215 safe_truncate(__FILE__, __LINE__, cleanup_fn, (path), (length))
  /external/ltp/include/
tst_safe_macros.h 258 static inline int safe_truncate(const char *file, const int lineno, function
272 #define SAFE_TRUNCATE(path, length) \
273 safe_truncate(__FILE__, __LINE__, (path), (length))

Completed in 1130 milliseconds