Home
last modified time | relevance | path

Searched refs:safe_fsync (Results 1 – 2 of 2) sorted by relevance

/external/ltp/include/
Dtst_safe_macros.h602 int safe_fsync(const char *file, const int lineno, int fd);
603 #define SAFE_FSYNC(fd) safe_fsync(__FILE__, __LINE__, (fd))
/external/ltp/lib/
Dsafe_macros.c1218 int safe_fsync(const char *file, const int lineno, int fd) in safe_fsync() function