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

  /external/ltp/testcases/kernel/syscalls/link/
link02.c 65 SAFE_STAT(cleanup, OLDPATH, &fbuf);
66 SAFE_STAT(cleanup, NEWPATH, &lbuf);
link03.c 113 SAFE_STAT(cleanup, fname, &buf);
124 SAFE_STAT(cleanup, lname, &buf);
link05.c 105 SAFE_STAT(cleanup, fname, &fbuf);
110 SAFE_STAT(cleanup, lname, &lbuf);
  /external/ltp/lib/
tst_fs_link_count.c 52 SAFE_STAT(cleanup, dir, &s);
67 SAFE_STAT(cleanup, base_filename, &s);
112 SAFE_STAT(cleanup, dir, &s);
138 SAFE_STAT(cleanup, dir, &s);
tst_device.c 203 SAFE_STAT(cleanup_fn, dev, &st);
  /external/ltp/testcases/kernel/syscalls/creat/
creat01.c 61 SAFE_STAT(filename, &buf);
  /external/ltp/testcases/kernel/syscalls/ustat/
ustat01.c 78 SAFE_STAT(NULL, "/", &buf);
ustat02.c 100 SAFE_STAT(NULL, "/", &buf);
  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat02.c 93 SAFE_STAT(cleanup, TESTFILE_LINK, &c_buf);
122 SAFE_STAT(cleanup, TESTFILE_LINK, &c_buf);
  /external/ltp/testcases/kernel/syscalls/setresgid/
setresgid04.c 87 SAFE_STAT(cleanup, "test_file", &buf);
  /external/ltp/testcases/kernel/syscalls/setresuid/
setresuid05.c 87 SAFE_STAT(cleanup, "test_file", &buf);
  /external/ltp/testcases/kernel/syscalls/utime/
utime04.c 126 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
utime05.c 132 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
utime01.c 152 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
utime02.c 158 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
utime03.c 190 SAFE_STAT(cleanup, TEMP_FILE, &stat_buf);
  /external/ltp/testcases/kernel/syscalls/open/
open12.c 161 SAFE_STAT(cleanup, TEST_FILE, &old_stat);
173 SAFE_STAT(cleanup, TEST_FILE, &new_stat);
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 242 SAFE_STAT(cleanup, TEST_FILE, &file_stat);
257 SAFE_STAT(cleanup, TEST_FILE, &file_newstat);
  /external/ltp/testcases/kernel/syscalls/renameat2/
renameat202.c 147 SAFE_STAT(cleanup, emptyfile, &st);
  /external/ltp/testcases/kernel/syscalls/utimes/
utimes01.c 169 SAFE_STAT(cleanup, tc->pathname, &st);
  /external/ltp/include/old/
safe_macros.h 222 static inline int safe_stat(const char *file, const int lineno, function
236 #define SAFE_STAT(cleanup_fn, path, buf) \
237 safe_stat(__FILE__, __LINE__, (cleanup_fn), (path), (buf))
  /external/ltp/include/
tst_safe_macros.h 273 static inline int safe_stat(const char *file, const int lineno, function
287 #define SAFE_STAT(path, buf) \
288 safe_stat(__FILE__, __LINE__, (path), (buf))

Completed in 127 milliseconds