Searched refs:log_dir (Results 1 – 5 of 5) 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 72 if (!log_dir) { in find_and_check_file() 75 DIR *dir = opendir(log_dir); in find_and_check_file() 83 snprintf(target_file, NAME_BUFFER_SIZE, "%s%s", log_dir, ptr->d_name); 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 96 if (!log_dir) { in clear_log() 99 DIR *dir = opendir(log_dir); in clear_log() 106 snprintf(target_file, NAME_BUFFER_SIZE, "%s%s", log_dir, ptr->d_name); 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);
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
D | itt_refcol_impl.c | 47 char* log_dir = getenv(env_log_dir); in ref_col_init() local 50 if (log_dir != NULL) in ref_col_init() 53 sprintf(file_name_buffer,"%s\\%s", log_dir, log_file); in ref_col_init() 55 sprintf(file_name_buffer,"%s/%s", log_dir, log_file); in ref_col_init()
|
D | README.md | 14 export INTEL_LIBITTNOTIFY_LOG_DIR=<log_dir>
|
/third_party/ltp/ |
D | execltp.in | 299 if not opts.log_dir: 300 opts.log_dir = os.path.join(opts.ltp_dir, 'output') 358 exec_log = os.path.join(opts.log_dir, '%s-exec.log' % testsuite) 359 output_log = os.path.join(opts.log_dir, ('%s-output.log'
|