Home
last modified time | relevance | path

Searched refs:log_dir (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dcafe_utils226 …echo "`basename $0`: Monitor_For_Output args: str_opt test_str timeout log_dir [file_name]" >/dev/…
231 if [ ! -d "$log_dir" ]; then
232 mkdir -p "$log_dir"
238 mon_rc_file="$log_dir/monitor_return_code_$call_no.txt"
245 … -t $timeout -p $SESSION_DEBUG_OUT_PORT; echo -n $? >"$mon_rc_file") | tee -a "$log_dir"/$file_name
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs7901 …nitor_for_output(string str_opt, string test_str, string timeout, string log_dir, string file_name… in monitor_for_output() argument
7907 create_directory_if_noexist(log_dir); in monitor_for_output()
7916 string mon_rc_file = log_dir + "\\monitor_return_code" + call_no + ".txt"; in monitor_for_output()
7923 string log_file = log_dir + "\\" + file_name; in monitor_for_output()