Searched refs:file_tag (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/common/ |
D | check_log.c | 68 void find_and_check_file(const char *log_dir, const char *file_tag, const char *pattern) in find_and_check_file() argument 80 if (strstr(ptr->d_name, file_tag) != NULL) { in find_and_check_file() 88 t_error("FAIL can't find matched file, log_dir:%s file_tag:%s.\n", log_dir, file_tag); in find_and_check_file() 93 void clear_log(const char *log_dir, const char *file_tag) in clear_log() argument 104 if (strstr(ptr->d_name, file_tag) != NULL) { in clear_log()
|
D | test.h | 36 void clear_log(const char *log_dir, const char *file_tag); 38 void find_and_check_file(const char *log_dir, const char *file_tag, const char *pattern);
|