/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_inode_dotl.c | 968 .rename = v9fs_vfs_rename,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_remote.c | 207 * except create and rename opt in hmdfs_lookup_by_con() 753 /* rename dentry in cache file */ 862 .rename = hmdfs_rename_remote,
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 75 * Note, rename() to existing directory entry will have ->d_inode, in vfat_revalidate_ci() 80 * rename("filename", "FILENAME") for now. in vfat_revalidate_ci() 1033 .rename = vfat_rename,
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | namei.c | 406 /* attempt the rename */ in cachefiles_bury_object() 826 !d_backing_inode(subdir)->i_op->rename || in cachefiles_get_directory()
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | namei.c | 626 .rename = hpfs_rename,
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | dir.c | 61 .rename = jffs2_rename, 772 /* The VFS will check for us and prevent trying to rename a in jffs2_rename()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 703 .rename = nfs_rename,
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | dir.c | 64 .rename = jffs2_rename, 783 /* The VFS will check for us and prevent trying to rename a in jffs2_rename()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | namei.c | 178 !d_backing_inode(subdir)->i_op->rename || in cachefiles_get_directory() 375 /* attempt the rename */ in cachefiles_bury_object()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_remote.c | 207 * except create and rename opt in hmdfs_lookup_by_con() 753 /* rename dentry in cache file */ 862 .rename = hmdfs_rename_remote,
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | namei.c | 622 .rename = hpfs_rename,
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 887 .rename = hostfs_rename2,
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_inode_dotl.c | 993 .rename = v9fs_vfs_rename,
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 626 if (overwriting && rename(tempname, ofilename) == -1) { in done() 627 warn("couldn't rename temporary file"); in done()
|
/kernel/liteos_m/components/fs/fatfs/ |
H A D | fatfs.c | 979 .rename = FatfsRename,
|
/third_party/elfutils/src/ |
H A D | elfcompress.c | 680 /* We might want to decompress (and rename), but not in process_file() 1281 if (rename (fnew, fname) != 0) in process_file() 1283 error (0, errno, "Couldn't rename %s to %s", fnew, fname); in process_file()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 511 os.rename(new_pbxproj_path, pbxproj_path)
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 826 if (rename(fullname,backup)) in outputmap()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 511 os.rename(new_pbxproj_path, pbxproj_path)
|
/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 607 .rename = iconv_rename,
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 496 void SetRename(const Node* node, const Node* rename);
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 310 pub fn rename(oldname: *const c_char, newname: *const c_char) -> c_int; in rename() functions
|
/third_party/python/Lib/ |
H A D | ftplib.py | 599 def rename(self, fromname, toname): member in FTP
|
H A D | os.py | 120 _add("HAVE_RENAMEAT", "rename") 257 Super-rename; create directories as necessary and delete any left 258 empty. Works like rename, except creation of any intermediate 260 first. After the rename, directories corresponding to rightmost 272 rename(old, new)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 406 /// Files are renamed as if by POSIX rename(), except that on Windows there may 410 /// @param from The path to rename from. 411 /// @param to The path to rename to. This is created. 412 std::error_code rename(const Twine &from, const Twine &to);
|