Searched refs:src_path (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 255 | 85 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 D | iothreads-commit-active | 30 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 D | bootimg-partition.py | 153 src_path, dst_path = task 154 logger.debug('Install %s as %s', src_path, dst_path) 156 % (os.path.join(kernel_dir, src_path),
|
H A D | bootimg-efi.py | 323 for src_path, dst_path in cls.install_task: 325 % (os.path.join(kernel_dir, src_path),
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | archiver.py | 38 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 D | usbip-tools.bb | 48 src_path = os.path.dirname(src) 49 os.makedirs(os.path.join(dest,src_path),exist_ok=True)
|
/openbmc/linux/fs/btrfs/ |
H A D | qgroup.c | 2082 struct btrfs_path *src_path; in qgroup_trace_extent_swap() local 2093 src_path = btrfs_alloc_path(); in qgroup_trace_extent_swap() 2094 if (!src_path) { in qgroup_trace_extent_swap() 2106 src_path->nodes[root_level] = src_eb; in qgroup_trace_extent_swap() 2107 src_path->slots[root_level] = dst_path->slots[root_level]; in qgroup_trace_extent_swap() 2108 src_path->locks[root_level] = 0; in qgroup_trace_extent_swap() 2115 if (src_path->nodes[cur_level] == NULL) { in qgroup_trace_extent_swap() 2119 eb = src_path->nodes[cur_level + 1]; in qgroup_trace_extent_swap() 2120 parent_slot = src_path->slots[cur_level + 1]; in qgroup_trace_extent_swap() 2128 src_path->nodes[cur_level] = eb; in qgroup_trace_extent_swap() [all …]
|
H A D | tree-log.c | 4287 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 D | vboxsf_wrappers.c | 179 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 D | vfsmod.h | 123 int vboxsf_rename(u32 root, struct shfl_string *src_path,
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 724 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 D | perf.bb | 193 src_path = os.path.dirname(s) 194 os.makedirs(os.path.join(dest_dir,src_path),exist_ok=True)
|