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

  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat02.c 94 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
123 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf);
  /external/ltp/testcases/kernel/syscalls/open/
open14.c 205 SAFE_LSTAT(cleanup, path, &st);
  /external/ltp/testcases/kernel/syscalls/openat/
openat03.c 216 SAFE_LSTAT(cleanup, path, &st);
  /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 485 milliseconds