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 D | teec_trace.c | 54 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 D | test-driver | 54 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 D | update.c | 107 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 D | oe-build-perf-test | 69 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 D | mpd.conf | 16 log_file "/var/log/mpd.log"
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 255 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 D | mpd_0.23.12.bb | 83 -e 's|%log_file%|${localstatedir}/log/mpd.log|' \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | README | 33 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 D | mpd.conf.in | 37 log_file "%log_file%"
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 1499 my $log_file; 1512 $log_file = "$tmpdir/log"; 1523 "Your test started at $script_start_time has failed with:\n@_\n", $log_file);
|