Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/
A Dstress_log_filesystem.py41 log_file = None variable
45 if log_file:
46 print(*args, file=log_file)
47 log_file.flush()
119 global log_file
120 log_file = open(LOG_PATH_INSTANCE0, "w")
139 log_file.close()
145 global log_file
146 log_file = open(LOG_PATH_INSTANCE1, "w")
184 log_file.close()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dtest-driver54 log_file= # Where to save the output of the test script.
64 --log-file) log_file=$2; shift;;
78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
107 "$@" >$log_file 2>&1
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dtest-driver55 log_file= # Where to save the output of the test script.
65 --log-file) log_file=$2; shift;;
95 "$@" >$log_file 2>&1

Completed in 4 milliseconds