Home
last modified time | relevance | path

Searched refs:rename (Results 151 - 175 of 1650) sorted by relevance

12345678910>>...66

/third_party/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py340 os.rename('tmp.xlsx', now + '_output.xlsx')
343 os.rename('tmp.json', now + '_output.json')
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4xdr.c1167 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 Dtlogcat.c420 /* 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 Dpromises.js702 async function rename(oldPath, newPath) {
705 return binding.rename(pathModule.toNamespacedPath(oldPath),
1038 rename,
/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c902 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 Druntests94 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 Dhiview_util.c49 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 Dhdf_set_handler.py84 os.rename(src_vendor, dst_vendor)
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy.h99 * @rename: optional profile name that this profile renamed
134 const char *rename; member
/kernel/linux/linux-5.10/fs/ramfs/
H A Dinode.c159 .rename = simple_rename,
/kernel/linux/linux-5.10/fs/sysv/
H A Dnamei.c186 * 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 Dnamei.c268 .rename = minix_rename,
/kernel/linux/linux-6.6/fs/sysv/
H A Dnamei.c188 * Anybody can rename anything with this: the permission checks are left to the
278 .rename = sysv_rename,
/third_party/elfutils/src/
H A Dranlib.c271 if (rename (tmpfname, fname) != 0) in handle_file()
/third_party/eudev/
H A Dcompile245 arguments, and rename the output as expected.
/third_party/icu/tools/scripts/
H A Dbldicures.py168 os.rename(outfile,tmpfile)
/third_party/lame/
H A Dcompile245 arguments, and rename the output as expected.
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js329 path.scope.rename(path.node.name, newName);
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py193 os.rename(os.path.join(options.swarming_output_dir, f),
/third_party/notofonts/scripts/
H A Dgather.py148 os.rename(font, newpath)
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h116 int (*rename) (const char *, const char *); member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h73 int rename(const char *, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h75 int rename(const char *, const char *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h76 int rename(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h73 int rename(const char *, const char *);

Completed in 18 milliseconds

12345678910>>...66