Searched refs:temp_dir (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | dnf_runtime.py | 11 cls.temp_dir = tempfile.TemporaryDirectory(prefix="oeqa-remotefeeds-") 19 cls.temp_dir.cleanup() 34 temp_file = os.path.join(self.temp_dir.name, 'tmp.repo')
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 58 with tempfile.TemporaryDirectory() as temp_dir: 63 os.path.join(temp_dir, '.config')) 69 cwd=temp_dir, 90 with open(os.path.join(temp_dir, out_file)) as f:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | tests.py | 36 dbpath = os.path.join(self.temp_dir.name, "db%d.sqlite" % self.server_index) 66 self.temp_dir = tempfile.TemporaryDirectory(prefix='bb-hashserv') 67 self.addCleanup(self.temp_dir.cleanup) 406 return "unix://" + os.path.join(self.temp_dir.name, 'sock%d' % server_idx) 412 os.makedirs(os.path.join(self.temp_dir.name, self.DEEP_DIRECTORY), exist_ok=True) 413 … return "unix://" + os.path.join(self.temp_dir.name, self.DEEP_DIRECTORY, 'sock%d' % server_idx)
|
| /OK3568_Linux_fs/buildroot/package/luarocks/ |
| H A D | buildroot.lua | 329 local temp_dir, err = fs.make_temp_dir(rockname) 330 if not temp_dir then 333 local ok, err = fs.change_dir(temp_dir)
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.c | 489 char *temp_dir = NULL; in ext4fs_update_parent_dentry() local 613 temp_dir = (char *)dir; in ext4fs_update_parent_dentry() 614 temp_dir = temp_dir + sizeof(struct ext2_dirent); in ext4fs_update_parent_dentry() 615 memcpy(temp_dir, filename, strlen(filename)); in ext4fs_update_parent_dentry()
|