Searched refs:log_path (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 189 log_path = None 211 log_path = patch + ".testresult" 212 with open(log_path, "a") as f: 216 if log_path: 217 run(patch, log_path)
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/ |
H A D | icecc-create-env | 13 if test -n "$log_path"; then 14 echo "$@" | tee -a "$log_path" 219 log_path="$archive_name.log" 220 rm -f "$log_path"
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | Build.txt | 62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | rootfs.py | 58 log_path = self.d.expand("${T}/log.do_rootfs") 60 with open(log_path, 'r') as log:
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 100 log_path = test_data_path('test_output_isolated_correctly.log') 101 with open(log_path) as file: 111 log_path = test_data_path('test_pound_sign.log') 112 with open(log_path) as file:
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 2120 struct btrfs_path *log_path, in check_item_in_log() argument 2151 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log() 2166 btrfs_release_path(log_path); in check_item_in_log() 2187 btrfs_release_path(log_path); in check_item_in_log() 2200 struct btrfs_path *log_path; in replay_xattr_deletes() local 2205 log_path = btrfs_alloc_path(); in replay_xattr_deletes() 2206 if (!log_path) in replay_xattr_deletes() 2248 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes() 2250 btrfs_release_path(log_path); in replay_xattr_deletes() 2285 btrfs_free_path(log_path); in replay_xattr_deletes() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 93 def failed_postinsts_abort(pkgs, log_path): argument 97 Details of the failure are in %s.""" %(pkgs, log_path))
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 468 log_path = d.expand("${T}/log.do_rootfs") 469 with open(log_path, 'r') as log:
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_methods.robot | 174 @{ffdc_file_list}= Create List ${log_path}
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 676 log_path=<build path>/tsan/tsan_warning
|