Searched refs:open_log_file (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/testing/tests/download/ |
| H A D | gitremote.py | 27 self.logfile = infra.open_log_file(builddir, "gitremote", logtofile)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | utils.h | 53 int open_log_file(const char *mount_dir);
|
| H A D | utils.c | 238 int open_log_file(const char *mount_dir) in open_log_file() function
|
| H A D | incfs_test.c | 2292 TEST(log_fd = open_log_file(mount_dir), log_fd != -1); in read_log_test() 2304 TEST(log_fd = open_log_file(mount_dir), log_fd != -1); in read_log_test() 2317 TEST(log_fd = open_log_file(mount_dir), log_fd != -1); in read_log_test()
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | builder.py | 13 self.logfile = infra.open_log_file(builddir, "build", logtofile)
|
| H A D | emulator.py | 11 self.logfile = infra.open_log_file(builddir, "run", logtofile)
|
| H A D | __init__.py | 18 def open_log_file(builddir, stage, logtofile=True): function
|