Home
last modified time | relevance | path

Searched refs:src_dir (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/tests/lcitool/
H A Drefresh25 src_dir = self_dir.parent.parent variable
26 dockerfiles_dir = Path(src_dir, "tests", "docker", "dockerfiles")
67 filename = Path(src_dir, "tests", "docker", "dockerfiles", host + ".docker")
82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
88 filename = Path(src_dir, "tests", "vm", "generated", vm + ".json")
94 filename = Path(src_dir, "scripts", "ci", "setup", os, f"{target}-{arch}.yaml")
/openbmc/linux/fs/hfs/
H A Dcatalog.c288 int hfs_cat_move(u32 cnid, struct inode *src_dir, const struct qstr *src_name, in hfs_cat_move() argument
298 cnid, src_dir->i_ino, src_name->name, in hfs_cat_move()
300 sb = src_dir->i_sb; in hfs_cat_move()
315 hfs_cat_build_key(sb, src_fd.search_key, src_dir->i_ino, src_name); in hfs_cat_move()
344 hfs_cat_build_key(sb, src_fd.search_key, src_dir->i_ino, src_name); in hfs_cat_move()
351 src_dir->i_size--; in hfs_cat_move()
352 src_dir->i_mtime = inode_set_ctime_current(src_dir); in hfs_cat_move()
353 mark_inode_dirty(src_dir); in hfs_cat_move()
/openbmc/linux/fs/hfsplus/
H A Dcatalog.c435 struct inode *src_dir, const struct qstr *src_name, in hfsplus_rename_cat() argument
438 struct super_block *sb = src_dir->i_sb; in hfsplus_rename_cat()
445 cnid, src_dir->i_ino, src_name->name, in hfsplus_rename_cat()
462 src_dir->i_ino, src_name); in hfsplus_rename_cat()
501 src_dir->i_ino, src_name); in hfsplus_rename_cat()
511 src_dir->i_size--; in hfsplus_rename_cat()
513 hfsplus_subfolders_dec(src_dir); in hfsplus_rename_cat()
514 src_dir->i_mtime = inode_set_ctime_current(src_dir); in hfsplus_rename_cat()
544 hfsplus_mark_inode_dirty(src_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
H A Ddir.c305 struct inode *src_dir = d_inode(src_dentry->d_parent); in hfsplus_link() local
324 src_dir, &src_dentry->d_name, in hfsplus_link()
334 res = hfsplus_create_cat(cnid, src_dir, in hfsplus_link()
H A Dhfsplus_fs.h451 int hfsplus_rename_cat(u32 cnid, struct inode *src_dir, const struct qstr *src_name,
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py213 src_dir = os.path.join(test_case.tc.extract_dir, pkg)
217 test_case.tc.target.copyDirTo(src_dir, '/')
221 test_case.tc.target.deleteDirStructure(src_dir, '/')
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestexport.bbclass168 def testexport_create_tarball(d, tar_name, src_dir):
174 src_dir = src_dir.rstrip('/')
175 dir_name = os.path.dirname(src_dir)
176 base_name = os.path.basename(src_dir)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx_common.py200 src_dir = (
208 src_dir = spdx_workdir + "/" + d.getVar('BP')
211 oe.path.copyhardlinktree(share_src, src_dir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb37 src_dir = d.getVar("STAGING_KERNEL_DIR")
38 src = oe.path.join(src_dir, dir_in_kernel)
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-test82 src_dir = os.path.join(os.environ['BUILDDIR'], 'conf')
85 shutil.copytree(src_dir, tgt_dir)
/openbmc/qemu/tests/vm/
H A Dbasevm.py273 def add_source_dir(self, src_dir): argument
274 name = "data-" + hashlib.sha1(src_dir.encode("utf-8")).hexdigest()[:5]
276 logging.debug("Creating archive %s for src_dir dir: %s", tarfile, src_dir)
278 cwd=src_dir, stdin=self._devnull,
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py205 src_dir = os.path.realpath(work_dir)
218 src_dir = os.getcwd()
250 result.stderr = result.stderr.replace(src_dir + '/', '')
H A Dbuilder.py1491 src_dir = os.path.abspath(self.git_dir)
1497 gitutil.Clone(src_dir, thread_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py540 src_dir = os.path.join(pkg_dir, pkg)
544 self.target.connection.copy_dir_to(src_dir, "/")
548 self.target.connection.delete_dir_structure(src_dir, "/")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb118 src_dir = d.getVar("STAGING_KERNEL_DIR")
122 src = oe.path.join(src_dir, s)
/openbmc/u-boot/tools/
H A Dmoveconfig.py1409 self.src_dir = tempfile.mkdtemp()
1412 cwd=self.src_dir)
1416 stderr=subprocess.STDOUT, cwd=self.src_dir)
1426 shutil.rmtree(self.src_dir)
1431 return self.src_dir
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py813 src_dir = tempfile.mkdtemp(dir=self.tempdir,
815 self.gitdir = os.path.abspath(src_dir)
1277 src_dir = tempfile.mkdtemp(dir=self.tempdir,
1279 src_dir = os.path.abspath(src_dir)
1280 bb.process.run("echo readme > README.md", cwd=src_dir)
1289 …bb.process.run("svn import --non-interactive -m 'Initial import' %s %s/trunk" % (src_dir, self.rep…
1300 self.src_dir = src_dir
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb180 src_dir = d.getVar("STAGING_KERNEL_DIR")
185 src = oe.path.join(src_dir, s)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py2522 def _sources_scripts_dir(self, src_dir): argument
2523 return os.path.realpath(os.path.join(src_dir, 'oe-scripts'))
2528 def _sources_gdbinit_dir(self, src_dir): argument
2529 return os.path.realpath(os.path.join(src_dir, 'oe-gdbinit'))