Home
last modified time | relevance | path

Searched refs:open_log_file (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dgitremote.py27 self.logfile = infra.open_log_file(builddir, "gitremote", logtofile)
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.h53 int open_log_file(const char *mount_dir);
H A Dutils.c238 int open_log_file(const char *mount_dir) in open_log_file() function
H A Dincfs_test.c2292 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 Dbuilder.py13 self.logfile = infra.open_log_file(builddir, "build", logtofile)
H A Demulator.py11 self.logfile = infra.open_log_file(builddir, "run", logtofile)
H A D__init__.py18 def open_log_file(builddir, stage, logtofile=True): function