Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c579 int ql_capture_usbmon_log(PROFILE_T *profile, const char *log_path) in ql_capture_usbmon_log() argument
602 snprintf(usbmon_path, sizeof(usbmon_path), "cat /sys/kernel/debug/usb/devices >> %s", log_path); in ql_capture_usbmon_log()
605 profile->usbmon_logfile_fp = fopen(log_path, "wb"); in ql_capture_usbmon_log()
607 dbg_time("open %s error(%d) (%s)", log_path, errno, strerror(errno)); in ql_capture_usbmon_log()
H A Dmain.c32 extern int ql_capture_usbmon_log(PROFILE_T *profile, const char *log_path);
/OK3568_Linux_fs/kernel/tools/testing/kunit/
H A Dkunit_tool_test.py101 log_path = get_absolute_path(
103 file = open(log_path)
114 log_path = get_absolute_path(
116 with open(log_path) as file:
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c2244 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 …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py56 log_path = self.d.expand("${T}/log.do_rootfs")
58 with open(log_path, 'r') as log:
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/
H A D__init__.py91 def failed_postinsts_abort(pkgs, log_path): argument
95 Details of the failure are in %s.""" %(pkgs, log_path))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drootfs-postcommands.bbclass356 log_path = d.expand("${T}/log.do_rootfs")
357 with open(log_path, 'r') as log: