Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D25585 with iotests.FilePath('src.qcow2') as src_path, \
95 iotests.qemu_img_create('-f', iotests.imgfmt, src_path, size_str)
98 iotests.qemu_io_log('-f', iotests.imgfmt, '-c', 'write 0 1M', src_path),
102 vm.add_blockdev('file,node-name=src-file,filename=%s' % (src_path))
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-commit-active30 iotests.FilePath('mirror-src.img') as src_path, \
38 iotests.qemu_img_create('-f', iotests.imgfmt, src_path, img_size)
45 iotests.qemu_io_log('-c', f'write 0 {img_size}', src_path)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py188 src_path, dst_path = task
189 logger.debug('Install %s as %s', src_path, dst_path)
191 % (os.path.join(kernel_dir, src_path),
H A Dbootimg-efi.py409 for src_path, dst_path in cls.install_task:
411 % (os.path.join(kernel_dir, src_path),
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py38 src_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS'])
41 included_present = len(glob.glob(src_path + '/%s-*/*' % include_recipe))
45 excluded_present = len(glob.glob(src_path + '/%s-*/*' % exclude_recipe))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb48 src_path = os.path.dirname(src)
49 os.makedirs(os.path.join(dest,src_path),exist_ok=True)
/openbmc/linux/fs/btrfs/
H A Dqgroup.c2080 struct btrfs_path *src_path; in qgroup_trace_extent_swap() local
2091 src_path = btrfs_alloc_path(); in qgroup_trace_extent_swap()
2092 if (!src_path) { in qgroup_trace_extent_swap()
2104 src_path->nodes[root_level] = src_eb; in qgroup_trace_extent_swap()
2106 src_path->locks[root_level] = 0; in qgroup_trace_extent_swap()
2113 if (src_path->nodes[cur_level] == NULL) { in qgroup_trace_extent_swap()
2117 eb = src_path->nodes[cur_level + 1]; in qgroup_trace_extent_swap()
2126 src_path->nodes[cur_level] = eb; in qgroup_trace_extent_swap()
2137 &src_key, src_path->slots[cur_level]); in qgroup_trace_extent_swap()
2142 &src_key, src_path->slots[cur_level]); in qgroup_trace_extent_swap()
[all …]
H A Dtree-log.c4287 struct btrfs_path *src_path, in copy_items() argument
4332 src = btrfs_clone_extent_buffer(src_path->nodes[0]); in copy_items()
4336 i = src_path->slots[0]; in copy_items()
4337 btrfs_release_path(src_path); in copy_items()
4338 src_path->nodes[0] = src; in copy_items()
4339 src_path->slots[0] = i; in copy_items()
/openbmc/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c179 int vboxsf_rename(u32 root, struct shfl_string *src_path, in vboxsf_rename() argument
188 parms.src.u.pointer.size = shfl_string_buf_size(src_path); in vboxsf_rename()
189 parms.src.u.pointer.u.linear_addr = (uintptr_t)src_path; in vboxsf_rename()
H A Dvfsmod.h123 int vboxsf_rename(u32 root, struct shfl_string *src_path,
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py724 src_path = os.path.normpath(os.path.join(path_, raw_event.name))
725 self._mv_cookie[raw_event.cookie] = (src_path, datetime.now())
771 src_path = watch_.path
772 mv_ = self._mv.get(src_path)
778 src_path += os.path.sep
779 src_path_len = len(src_path)
784 if w.path.startswith(src_path):
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb197 src_path = os.path.dirname(s)
198 os.makedirs(os.path.join(dest_dir,src_path),exist_ok=True)