Searched refs:update_file (Results 1 – 3 of 3) sorted by relevance
6 Python > 3.6.3 calls os.replace in the update_file.py script, during the20 Tools/scripts/update_file.py | 2 +-23 diff --git a/Tools/scripts/update_file.py b/Tools/scripts/update_file.py25 --- a/Tools/scripts/update_file.py26 +++ b/Tools/scripts/update_file.py
38 struct dentry *update_file; /* file to trigger update */ member53 struct inode *inode = d_inode(sb_info->update_file); in hypfs_update_update()260 struct dentry *root_dentry, *update_file; in hypfs_fill_super() local282 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()
173 static void installPackage(char *update_file){ in installPackage() argument177 int str_update_file_len = strlen(update_file); in installPackage()181 strcpy(arg + str_update_package_len, update_file); in installPackage()