Searched refs:file_tag (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/common/ |
H A 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()
|
H A D | test.h | 36 void clear_log(const char *log_dir, const char *file_tag); 37 // Use the file_tag to match all the files in log_dir, and then check if the file contain pattern. 38 void find_and_check_file(const char *log_dir, const char *file_tag, const char *pattern);
|
Completed in 2 milliseconds