Home
last modified time | relevance | path

Searched refs:rename (Results 1626 - 1650 of 1675) sorted by relevance

1...<<61626364656667

/third_party/python/Lib/test/
H A Dtest_pathlib.py2073 renamed_p = p.rename(q)
2079 renamed_q = q.rename(r)
/third_party/rust/crates/syn/src/gen/
H A Ddebug.rs1601 formatter.field("rename", &self.rename); in fmt()
2929 formatter.field("rename", &self.rename); in fmt()
H A Dvisit_mut.rs2431 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 Dvisit.rs2428 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 Dgen.rs2257 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 Dinstalld_operator.cpp724 return rename(oldPath.c_str(), newPath.c_str()) == 0; in RenameFile()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h757 * 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 Dfs.h784 * 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 Drdtgroup.c3667 .rename = rdtgroup_rename,
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk1.cpp1258 int ret = rename(g_tempFile, g_tempLinkFile); in Rename_One()
/third_party/elfutils/src/
H A Dstrip.c2475 /* 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 Dnfs_adapter.c1334 ptr = (uint32_t *)&nmp->nm_msgbuffer.renamef.rename; in vfs_nfs_rename()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c1297 if (rename(buf, mapfile) < 0) in store_map()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c185 {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 Dfuncs.c124 {"~rename", c_rename},
3259 else if ((rv = rename(wp[0], wp[1])) != 0) { in c_rename()
/third_party/node/deps/openssl/openssl/
H A DConfigure2606 # 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 Dcore-util.c1905 * 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 DConfigure2601 # 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 Dib_verbs.h2723 void (*rename)(struct ib_device *dev, void *client_data); member
/kernel/linux/linux-5.10/mm/
H A Dshmem.c3098 * The VFS layer already does all the dentry stuff for rename,
3935 .rename = shmem_rename2,
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h2803 void (*rename)(struct ib_device *dev, void *client_data); member
/third_party/alsa-utils/aplay/
H A Daplay.c3179 /* upon first jump to this if block rename the first file */
3186 rename(name, namebuf);
/third_party/libuv/src/win/
H A Dfs.c2810 XX(RENAME, rename) in uv__fs_work()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c2689 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 Dshrpx.cc434 if (rename(temp_path, pid_file.c_str()) == -1) { in save_pid()

Completed in 116 milliseconds

1...<<61626364656667