Searched refs:tst_dir_is_empty (Results 1 – 5 of 5) sorted by relevance
/external/ltp/include/ |
D | tst_fs.h | 210 static inline int tst_dir_is_empty(const char *name, int verbose) in tst_dir_is_empty() function 236 static inline int tst_dir_is_empty(void (*cleanup)(void), const char *name, int verbose) in tst_dir_is_empty() function
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 94 if (!tst_dir_is_empty(cleanup, ".", 1)) in test01() 105 if (tst_dir_is_empty(cleanup, ".", 1)) in test01()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 105 if (!tst_dir_is_empty(cleanup, ".", 1)) in test01() 116 if (tst_dir_is_empty(cleanup, ".", 1)) in test01()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1182 int tst_dir_is_empty(const char *dir, int verbose);
|
/external/ltp/ |
D | gen.bp | 121 "lib/tst_dir_is_empty.c",
|