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

  /external/ltp/include/
safe_macros_fn.h 165 int safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void),
tst_safe_macros.h 184 #define SAFE_MOUNT(source, target, filesystemtype, \
186 safe_mount(__FILE__, __LINE__, NULL, (source), (target), \
  /external/ltp/include/old/
safe_macros.h 155 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \
157 safe_mount(__FILE__, __LINE__, (cleanup_fn), (source), (target), \
  /external/ltp/lib/
safe_macros.c 715 int safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), function

Completed in 484 milliseconds