Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dteec_trace.c52 static void log_to_file(const char *buffer) in log_to_file() function
63 #define log_to_file(buffer) macro
96 log_to_file(msg); in _dprintf()
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat1540 if opts.log_to_file:
1543 f = open(opts.log_to_file, 'a')
1546 opts.log_to_file)
1568 not (opts.log_to_file and isinstance(frmt, CSVFormat))):
1580 if opts.log_to_file:
1720 if options.csv and not (options.log or options.log_to_file):
1722 if options.skip_zero_records and not (options.log or options.log_to_file):
1803 if options.log or options.log_to_file:
1804 if options.log_to_file: