Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | env.py | 21 def __init__(self, src_path): argument 22 self.src_path = Path(src_path) 23 self.test_dir = self.src_path.parent.resolve() 31 src_dir = Path(self.src_path).parent.resolve() 56 def __init__(self, src_path, nsim_test=None, **kwargs): argument 57 super().__init__(src_path) 105 def __init__(self, src_path, nsim_test=None): argument 106 super().__init__(src_path) 148 self.remote = Remote(kind, args, src_path)
|
| A D | remote.py | 8 def Remote(kind, args, src_path): argument 14 dir_path = os.path.abspath(src_path + "/../")
|
| /tools/testing/selftests/landlock/ |
| A D | fs_test.c | 2020 const char *const src_path, const char *const dst_path) in copy_file() argument 2030 src_fd = open(src_path, O_RDONLY | O_CLOEXEC); in copy_file() 2033 TH_LOG("Failed to open \"%s\": %s", src_path, strerror(errno)); in copy_file()
|
Completed in 14 milliseconds