Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dteec_trace.c54 FILE *log_file = fopen(TEEC_LOG_FILE, "a"); in log_to_file() local
56 if (log_file != NULL) { in log_to_file()
57 fprintf(log_file, "%s", buffer); in log_to_file()
58 fclose(log_file); in log_to_file()
59 log_file = NULL; in log_to_file()
/OK3568_Linux_fs/external/xserver/
H 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
/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c107 FILE *log_file; in bootCommand() local
119 if((log_file = fopen(LOG_FILE_PATH,"wb")) == NULL){ in bootCommand()
152 fwrite(blank, LOG_FILE_LEN, 1, log_file); in bootCommand()
153 fclose(log_file); in bootCommand()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-test69 def setup_file_logging(log_file): argument
71 log_dir = os.path.dirname(log_file)
75 handler = logging.FileHandler(log_file)
153 setup_file_logging(args.log_file.format(out_dir=out_dir))
/OK3568_Linux_fs/buildroot/package/mpd/
H A Dmpd.conf16 log_file "/var/log/mpd.log"
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_tool_test.py255 def _json_for(self, log_file): argument
256 with(open(get_absolute_path(log_file))) as file:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.23.12.bb83 -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A DREADME33 a log_file in the FirefoxBinary constructor, check it for details.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in37 log_file "%log_file%"
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl1499 my $log_file;
1512 $log_file = "$tmpdir/log";
1523 "Your test started at $script_start_time has failed with:\n@_\n", $log_file);