Home
last modified time | relevance | path

Searched refs:update_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python3/
H A D0030-fix-building-on-older-distributions.patch6 Python > 3.6.3 calls os.replace in the update_file.py script, during the
20 Tools/scripts/update_file.py | 2 +-
23 diff --git a/Tools/scripts/update_file.py b/Tools/scripts/update_file.py
25 --- a/Tools/scripts/update_file.py
26 +++ b/Tools/scripts/update_file.py
/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dinode.c38 struct dentry *update_file; /* file to trigger update */ member
53 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()
260 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local
282 update_file = hypfs_create_update_file(root_dentry); in hypfs_fill_super()
283 if (IS_ERR(update_file)) in hypfs_fill_super()
284 return PTR_ERR(update_file); in hypfs_fill_super()
285 sbi->update_file = update_file; in hypfs_fill_super()
330 if (sb_info && sb_info->update_file) in hypfs_kill_super()
331 hypfs_remove(sb_info->update_file); in hypfs_kill_super()
/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c173 static void installPackage(char *update_file){ in installPackage() argument
177 int str_update_file_len = strlen(update_file); in installPackage()
181 strcpy(arg + str_update_package_len, update_file); in installPackage()