Home
last modified time | relevance | path

Searched refs:dst_dir (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py123 dst_dir = os.path.join(extracted_path, pkg)
126 if os.path.exists(dst_dir):
131 oe.path.copytree(pkg_dir, dst_dir)
161 dst_dir = d.getVar('TEST_PACKAGED_DIR')
165 shutil.copy2(file_path, dst_dir)
/openbmc/linux/fs/hfs/
H A Dcatalog.c289 struct inode *dst_dir, const struct qstr *dst_name) in hfs_cat_move() argument
299 dst_dir->i_ino, dst_name->name); in hfs_cat_move()
328 hfs_cat_build_key(sb, dst_fd.search_key, dst_dir->i_ino, dst_name); in hfs_cat_move()
339 dst_dir->i_size++; in hfs_cat_move()
340 dst_dir->i_mtime = inode_set_ctime_current(dst_dir); in hfs_cat_move()
341 mark_inode_dirty(dst_dir); in hfs_cat_move()
371 dst_dir->i_ino, dst_name); in hfs_cat_move()
/openbmc/linux/fs/hfsplus/
H A Dcatalog.c436 struct inode *dst_dir, const struct qstr *dst_name) in hfsplus_rename_cat() argument
446 dst_dir->i_ino, dst_name->name); in hfsplus_rename_cat()
480 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
494 dst_dir->i_size++; in hfsplus_rename_cat()
496 hfsplus_subfolders_inc(dst_dir); in hfsplus_rename_cat()
497 dst_dir->i_mtime = inode_set_ctime_current(dst_dir); in hfsplus_rename_cat()
529 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
543 hfsplus_mark_inode_dirty(dst_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
H A Ddir.c300 static int hfsplus_link(struct dentry *src_dentry, struct inode *dst_dir, in hfsplus_link() argument
303 struct hfsplus_sb_info *sbi = HFSPLUS_SB(dst_dir->i_sb); in hfsplus_link()
342 res = hfsplus_create_cat(cnid, dst_dir, &dst_dentry->d_name, inode); in hfsplus_link()
352 hfsplus_mark_mdb_dirty(dst_dir->i_sb); in hfsplus_link()
H A Dhfsplus_fs.h452 struct inode *dst_dir, const struct qstr *dst_name);
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py44 def _copy_apt_dir_to(self, dst_dir): argument
47 self.remove(dst_dir, True)
49 shutil.copytree(os.path.join(staging_etcdir_native, "apt"), dst_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py427 dst_dir = os.path.join(extracted_path, pkg)
429 dst_dir = os.path.join(packaged_path)
437 if os.path.exists(dst_dir):
439 oe.path.copytree(pkg_dir, dst_dir)
506 dst_dir = self.d.getVar("TEST_PACKAGED_DIR")
510 shutil.copy2(file_path, dst_dir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/
H A D0001-corestripper-Fix-uninitialized-warning.patch40 len = strlen(di->dst_dir) + strlen("/dumps/") + 32 +