Home
last modified time | relevance | path

Searched refs:log_file_path (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dsignal-logging.c165 const char *log_file_path = "/tmp/Xorg-logging-test.log"; in logging_format() local
181 LogInit(log_file_path, NULL); in logging_format()
182 assert((f = fopen(log_file_path, "r"))); in logging_format()
393 unlink(log_file_path); in logging_format()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_common.h59 const char *log_file_path; member
103 const char *log_file_path,
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A D__init__.py13 def log_file_path(builddir, stage, logtofile=True): function
24 return open(log_file_path(builddir, stage, logtofile), 'a+') if logtofile else sys.stdout
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_bad_arch.py12 logf_path = infra.log_file_path(self.b.builddir, "build",