Searched refs:target_dir (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/exportfs/ |
| H A D | expfs.c | 212 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument 216 dentry = dget(target_dir); in reconnect_path() 234 clear_disconnected(target_dir); in reconnect_path() 474 struct dentry *target_dir, *nresult; in exportfs_decode_fh() local 497 target_dir = nop->fh_to_parent(mnt->mnt_sb, fid, in exportfs_decode_fh() 499 if (!target_dir) in exportfs_decode_fh() 501 err = PTR_ERR(target_dir); in exportfs_decode_fh() 502 if (IS_ERR(target_dir)) in exportfs_decode_fh() 510 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh() 512 dput(target_dir); in exportfs_decode_fh() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/ |
| H A D | test.py | 88 target_dir = os.path.splitext(download_file)[0] variable 89 if os.path.isdir(target_dir): 92 os.mkdir(target_dir) 93 tar.extractall(target_dir) 98 pb_file = os.path.join(target_dir, PB_FILE) 101 shutil.rmtree(target_dir)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | isoimage-isohybrid.py | 90 def do_configure_grubefi(cls, part, creator, target_dir): argument 104 splash = os.path.join(target_dir, "splash.jpg") 136 cfg_path = os.path.join(target_dir, "grub.cfg") 306 target_dir = "%s/EFI/BOOT" % isodir 307 if os.path.exists(target_dir): 308 shutil.rmtree(target_dir) 310 os.makedirs(target_dir) 329 grub_target = os.path.join(target_dir, grub_dest_image) 337 if not os.path.isfile(os.path.join(target_dir, "boot.cfg")): 338 cls.do_configure_grubefi(part, creator, target_dir)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 88 def results_as_files(self, target_dir): argument 89 if not os.path.exists(target_dir): 90 raise Exception("Target directory does not exist: %s" % target_dir) 96 section_file = os.path.join(target_dir, prefix)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 257 target_dir = oe.path.join(self.saved_packaging_data, i) 259 shutil.copytree(source_dir, target_dir, symlinks=True) 261 shutil.copy2(source_dir, target_dir) 267 target_dir = oe.path.join(self.target_rootfs, i) 268 if os.path.exists(target_dir): 269 bb.utils.remove(target_dir, True) 272 shutil.copytree(source_dir, target_dir, symlinks=True) 274 shutil.copy2(source_dir, target_dir)
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | test_post_scripts.py | 21 def check_post_log_file(self, f, what, target_dir): argument 31 self.assertEqual(lines["TARGET_DIR"], target_dir)
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 155 target_dir = None 158 target_dir = arg[2:] 160 if not os.path.isdir(target_dir): 161 os.mkdir(target_dir)
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | stub_rx.c | 69 int target_dir; in tweak_clear_halt_cmd() local 83 target_dir = le16_to_cpu(req->wIndex) & 0x0080; in tweak_clear_halt_cmd() 85 if (target_dir) in tweak_clear_halt_cmd()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | inode.c | 2067 struct inode *target_dir, struct dentry *target_dentry, argument 2158 tmprc = cifs_rmdir(target_dir, target_dentry); 2160 tmprc = cifs_unlink(target_dir, target_dentry); 2168 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0; 2170 source_dir->i_ctime = source_dir->i_mtime = target_dir->i_ctime = 2171 target_dir->i_mtime = current_time(source_dir);
|