Searched refs:log_path (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_tool_test.py | 101 log_path = get_absolute_path( 103 file = open(log_path) 114 log_path = get_absolute_path( 116 with open(log_path) as file:
|
| /kernel/liteos_m/tools/ |
| D | mem_analysis.py | 293 def parse_log(log_path): argument 294 with open(log_path, "r") as log_fd:
|
| /kernel/linux/build/ |
| D | kernel_build.py | 360 log_path = os.getcwd() 362 log_file = os.path.join(log_path, 'kernel_build_test.log')
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | Build.txt | 62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | tree-log.c | 2244 struct btrfs_path *log_path, in check_item_in_log() argument 2279 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log() 2284 log_path, in check_item_in_log() 2292 btrfs_release_path(log_path); in check_item_in_log() 2330 btrfs_release_path(log_path); in check_item_in_log() 2339 btrfs_release_path(log_path); in check_item_in_log() 2350 struct btrfs_path *log_path; in replay_xattr_deletes() local 2355 log_path = btrfs_alloc_path(); in replay_xattr_deletes() 2356 if (!log_path) in replay_xattr_deletes() 2398 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes() [all …]
|