/third_party/python/Lib/test/ |
H A D | test_pathlib.py | 2073 renamed_p = p.rename(q) 2079 renamed_q = q.rename(r)
|
/third_party/rust/crates/syn/src/gen/ |
H A D | debug.rs | 1601 formatter.field("rename", &self.rename); in fmt() 2929 formatter.field("rename", &self.rename); in fmt()
|
H A D | visit_mut.rs | 2431 if let Some(it) = &mut node.rename { in visit_item_extern_crate_mut() 3736 v.visit_ident_mut(&mut node.rename); in visit_use_rename_mut()
|
H A D | visit.rs | 2428 if let Some(it) = &node.rename { in visit_item_extern_crate() 3733 v.visit_ident(&node.rename); in visit_use_rename()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 2257 if let Some(val) = &_val.rename { in fmt() 2269 formatter.field("rename", Print::ref_cast(val)); in fmt() 2556 if let Some(val) = &self.value.rename { in fmt() 2568 formatter.field("rename", Print::ref_cast(val)); in fmt() 4508 formatter.field("rename", Lite(&self.value.rename)); in fmt()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 724 return rename(oldPath.c_str(), newPath.c_str()) == 0; in RenameFile()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 757 * 5: second parent (when locking independent directories in rename) 759 * I_MUTEX_NONDIR2 is for certain operations (such as rename) which lock two 1941 int (*rename) (struct inode *, struct dentry *, member 2305 #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 784 * 5: second parent (when locking independent directories in rename) 786 * I_MUTEX_NONDIR2 is for certain operations (such as rename) which lock two 1791 * @flags: rename flags 1984 int (*rename) (struct mnt_idmap *, struct inode *, struct dentry *, member 2369 #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 3667 .rename = rdtgroup_rename,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 1258 int ret = rename(g_tempFile, g_tempLinkFile);
in Rename_One()
|
/third_party/elfutils/src/ |
H A D | strip.c | 2475 /* Create the real output file. First rename, then change the in handle_elf() 2477 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 1334 ptr = (uint32_t *)&nmp->nm_msgbuffer.renamef.rename; in vfs_nfs_rename()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 1297 if (rename(buf, mapfile) < 0) in store_map()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 185 {OP_RENAME, "rename", rename_f, 2, 1, 0}, 1169 rval = rename(name1->path, name2->path); in rename_path() 2321 printf("%d/%d: rename - no filename\n", procid, opno); in rename_f() 2336 printf("%d/%d: rename - no filename from %s\n", in rename_f() 2354 printf("%d/%d: rename %s to %s %d\n", procid, opno, f.path, in rename_f()
|
/third_party/mksh/ |
H A D | funcs.c | 124 {"~rename", c_rename}, 3259 else if ((rv = rename(wp[0], wp[1])) != 0) { in c_rename()
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 2606 # the goal is to rename all object files according to this scheme: 2847 rename "$configdata_outname.new", $configdata_outname;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 1905 * temporary link and then rename that to allow concurrent in pa_get_runtime_dir() 1927 * let's rename it */ in pa_get_runtime_dir() 1928 if (rename(t, k) < 0) { in pa_get_runtime_dir() 1929 pa_log_error("Failed to rename %s to %s: %s", t, k, pa_cstrerror(errno)); in pa_get_runtime_dir()
|
/third_party/openssl/ |
H A D | Configure | 2601 # the goal is to rename all object files according to this scheme: 2842 rename "$configdata_outname.new", $configdata_outname;
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 2723 void (*rename)(struct ib_device *dev, void *client_data); member
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 3098 * The VFS layer already does all the dentry stuff for rename, 3935 .rename = shmem_rename2,
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 2803 void (*rename)(struct ib_device *dev, void *client_data); member
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 3179 /* upon first jump to this if block rename the first file */ 3186 rename(name, namebuf);
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2810 XX(RENAME, rename) in uv__fs_work()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 2689 ntfs_log_debug("rename: old: '%s' new: '%s'\n", old_path, new_path); in ntfs_fuse_rename() 2718 /* silently ignore a rename to same inode */ in ntfs_fuse_rename() 3964 .rename = ntfs_fuse_rename,
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 434 if (rename(temp_path, pid_file.c_str()) == -1) { in save_pid()
|