/third_party/typescript/tests/verify_3rd_libs/ |
H A D | verify_3rd_libs.py | 340 os.rename('tmp.xlsx', now + '_output.xlsx') 343 os.rename('tmp.json', now + '_output.json')
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4xdr.c | 1167 nfsd4_decode_rename(struct nfsd4_compoundargs *argp, struct nfsd4_rename *rename) in nfsd4_decode_rename() argument 1172 rename->rn_snamelen = be32_to_cpup(p++); in nfsd4_decode_rename() 1173 READ_BUF(rename->rn_snamelen); in nfsd4_decode_rename() 1174 SAVEMEM(rename->rn_sname, rename->rn_snamelen); in nfsd4_decode_rename() 1176 rename->rn_tnamelen = be32_to_cpup(p++); in nfsd4_decode_rename() 1177 READ_BUF(rename->rn_tnamelen); in nfsd4_decode_rename() 1178 SAVEMEM(rename->rn_tname, rename->rn_tnamelen); in nfsd4_decode_rename() 1179 if ((status = check_filename(rename in nfsd4_decode_rename() 4053 nfsd4_encode_rename(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_rename *rename) nfsd4_encode_rename() argument [all...] |
/base/tee/tee_client/services/tlogcat/src/ |
H A D | tlogcat.c | 420 /* delete first file, and other files's name number rename forward. */ in ArrangeCompressFile() 444 ret = rename(g_logNameCompress, g_logName); in ArrangeCompressFile() 446 tloge("rename error %s, %s, %d, errno %d\n", g_logNameCompress, g_logName, ret, errno); in ArrangeCompressFile() 549 ret = rename(g_logName, g_logNameCompress); in MoveFileToTmpPath() 551 /* File is exist, but rename is failed */ in MoveFileToTmpPath() 553 tloge("rename %s failed, err: %d, errno:%d\n", g_logName, ret, errno); in MoveFileToTmpPath() 584 * Delete first file, and other files's name number rename forward. in LogFilesCompress() 631 rc = rename(logName, logName2); in LogFileFull() 633 tloge("file full and rename error %s, %s, %d, errno %d\n", logName, logName2, rc, errno); in LogFileFull()
|
/third_party/node/lib/internal/fs/ |
H A D | promises.js | 702 async function rename(oldPath, newPath) { 705 return binding.rename(pathModule.toNamespacedPath(oldPath), 1038 rename,
|
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 902 int32_t joinRet1 = JoinFileName((char *)(transControl->args.rename.buffer), nameBuff, sizeof(nameBuff)); in RenameWork() 903 int32_t joinRet2 = JoinFileName((char *)(transControl->args.rename.buffer) + transControl->args.rename.oldNameLen, in RenameWork() 906 int32_t ret = rename(nameBuff, nameBuff2); in RenameWork() 908 tloge("rename file failed: %d\n", errno); in RenameWork() 911 tlogv("rename file success\n"); in RenameWork()
|
/third_party/glslang/Test/ |
H A D | runtests | 94 run -i -H -V -D -Od --entry-point main_in_spv --ku --source-entrypoint main -Od hlsl.entry.rename.frag > $TARGETDIR/hlsl.entry.rename.frag.out 95 diff -b $BASEDIR/hlsl.entry.rename.frag.out $TARGETDIR/hlsl.entry.rename.frag.out || HASERROR=1 233 # Testing GLSL entry point rename 235 echo "Testing GLSL entry point rename"
|
/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.c | 49 static int (*hiview_rename)(const char *, const char *) = NULL; // not all platform support rename 155 hiview_rename = (hooks->rename_fn) == NULL ? rename : hooks->rename_fn; in HIVIEW_InitHook()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_set_handler.py | 84 os.rename(src_vendor, dst_vendor)
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | policy.h | 99 * @rename: optional profile name that this profile renamed 134 const char *rename; member
|
/kernel/linux/linux-5.10/fs/ramfs/ |
H A D | inode.c | 159 .rename = simple_rename,
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | namei.c | 186 * Anybody can rename anything with this: the permission checks are left to the 273 .rename = sysv_rename,
|
/kernel/linux/linux-5.10/fs/minix/ |
H A D | namei.c | 268 .rename = minix_rename,
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | namei.c | 188 * Anybody can rename anything with this: the permission checks are left to the 278 .rename = sysv_rename,
|
/third_party/elfutils/src/ |
H A D | ranlib.c | 271 if (rename (tmpfname, fname) != 0) in handle_file()
|
/third_party/eudev/ |
H A D | compile | 245 arguments, and rename the output as expected.
|
/third_party/icu/tools/scripts/ |
H A D | bldicures.py | 168 os.rename(outfile,tmpfile)
|
/third_party/lame/ |
H A D | compile | 245 arguments, and rename the output as expected.
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | db.js | 329 path.scope.rename(path.node.name, newName);
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_merger.py | 193 os.rename(os.path.join(options.swarming_output_dir, f),
|
/third_party/notofonts/scripts/ |
H A D | gather.py | 148 os.rename(font, newpath)
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 116 int (*rename) (const char *, const char *); member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 73 int rename(const char *, const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 75 int rename(const char *, const char *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 76 int rename(const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 73 int rename(const char *, const char *);
|