Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dpatchtest177 log_path = None
199 log_path = patch + ".testresult"
200 with open(log_path, "a") as f:
204 if log_path:
205 run(patch, log_path)
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env13 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 DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py58 log_path = self.d.expand("${T}/log.do_rootfs")
60 with open(log_path, 'r') as log:
/openbmc/linux/tools/testing/kunit/
H A Dkunit_tool_test.py100 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/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py93 def failed_postinsts_abort(pkgs, log_path): argument
97 Details of the failure are in %s.""" %(pkgs, log_path))
/openbmc/linux/fs/btrfs/
H A Dtree-log.c2147 btrfs_release_path(log_path); in check_item_in_log()
2168 btrfs_release_path(log_path); in check_item_in_log()
2181 struct btrfs_path *log_path; in replay_xattr_deletes() local
2186 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2187 if (!log_path) in replay_xattr_deletes()
2266 btrfs_free_path(log_path); in replay_xattr_deletes()
2293 struct btrfs_path *log_path; in replay_dir_deletes() local
2299 if (!log_path) in replay_dir_deletes()
2308 btrfs_free_path(log_path); in replay_dir_deletes()
2354 log_path, dir, in replay_dir_deletes()
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass466 log_path = d.expand("${T}/log.do_rootfs")
467 with open(log_path, 'r') as log:
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_methods.robot174 @{ffdc_file_list}= Create List ${log_path}
/openbmc/qemu/docs/devel/
H A Dtesting.rst649 log_path=<build path>/tsan/tsan_warning