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

  /external/ltp/include/
safe_macros_fn.h 30 int safe_chdir(const char *file, const int lineno,
tst_safe_macros.h 39 #define SAFE_CHDIR(path) \
40 safe_chdir(__FILE__, __LINE__, NULL, (path))
  /external/ltp/include/old/
safe_macros.h 26 #define SAFE_CHDIR(cleanup_fn, path) \
27 safe_chdir(__FILE__, __LINE__, (cleanup_fn), (path))
  /external/ltp/lib/
safe_macros.c 36 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), function

Completed in 45 milliseconds