Searched refs:log_file_path (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | signal-logging.c | 165 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 D | mk_common.h | 59 const char *log_file_path; member 103 const char *log_file_path,
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 13 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 D | test_bad_arch.py | 12 logf_path = infra.log_file_path(self.b.builddir, "build",
|