Searched refs:rename (Results 251 - 275 of 383) sorted by relevance

<<111213141516

/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy356 assert ftpClient.rename(FILE1, FILE1 + "NEW")
357 verifyReplyCode("rename", 250)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerIntegrationTest.groovy356 assert ftpClient.rename(FILE1, FILE1 + "NEW")
357 verifyReplyCode("rename", 250)
/external/selinux/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf78 rename
412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
/external/strace/linux/avr32/
H A Dsyscallent.h66 [ 38] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/hppa/
H A Dsyscallent.h43 [ 38] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/x86_64/
H A Dsyscallent.h83 [ 82] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/xtensa/
H A Dsyscallent.h29 [ 33] = { 2, TF, SEN(rename), "rename" },
/external/valgrind/tests/
H A Dvg_regtest.in382 rename ($_[0], $_[1]);
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c556 if (rename(fname, name) < 0) {
557 perror("rename");
562 if (rename(name, fname) < 0) {
563 perror("rename");
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_test.py852 """Can rename a file to an unused name."""
859 self.os.rename(old_file_path, new_file_path)
866 """Can rename a directory to an unused name."""
871 self.os.rename(old_path, new_path)
878 """Can rename a file to a used name."""
886 self.os.rename(old_file_path, new_file_path)
893 """Can rename a file to a name in a nonexistent dir."""
900 self.assertRaises(IOError, self.os.rename, old_file_path, new_file_path)
907 """Can't rename a file that doesn't exist."""
909 self.os.rename,
[all...]
/external/openssh/
H A Dsftp-server.c141 { "rename", NULL, SSH2_FXP_RENAME, process_rename, 1 },
149 { "posix-rename", "posix-rename@openssh.com", 0,
659 /* POSIX rename extension */
660 (r = sshbuf_put_cstring(msg, "posix-rename@openssh.com")) != 0 ||
1187 debug3("request %u: rename", id);
1188 logit("rename old \"%s\" new \"%s\"", oldpath, newpath);
1193 /* Race-free rename of regular files */
1207 * stat+rename. This is racy.
1210 if (rename(oldpat
[all...]
H A Dmoduli.c472 && rename(tmp, cpfile) == 0)
/external/autotest/client/bin/
H A Dbase_utils.py85 os.rename(newdir, dir)
/external/autotest/client/common_lib/
H A Dpackages.py839 os.rename(temp_path, tarball_path)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc215 return rename(oldpath, newpath);
/external/elfutils/libasm/
H A Dasm_end.c521 if (rename (ctx->tmp_fname, ctx->fname) != 0)
/external/elfutils/tests/
H A Delfstrmerge.c660 if (rename (fnew, fname) != 0)
661 fail_errno ("rename", fnew);
/external/llvm/include/llvm/Support/
H A DFileSystem.h357 /// @brief Rename \a from to \a to. Files are renamed as if by POSIX rename().
359 /// @param from The path to rename from.
360 /// @param to The path to rename to. This is created.
361 std::error_code rename(const Twine &from, const Twine &to);
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp61 // to move it (rename) to the final location. If that fails because
65 if (sys::fs::rename(From, OutputFileName)) {
/external/ltp/lib/
H A Dsafe_macros.c704 rval = rename(oldpath, newpath);
708 "%s:%d: rename(%s, %s) failed",
/external/parameter-framework/upstream/parameter/
H A DConfigurableDomain.cpp711 return pDomainConfiguration->rename(strNewName, strError);
/external/strace/linux/arm/
H A Dsyscallent.h67 [ 38] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/crisv10/
H A Dsyscallent.h39 [ 38] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/i386/
H A Dsyscallent.h67 [ 38] = { 2, TF, SEN(rename), "rename" },
/external/strace/linux/ia64/
H A Dsyscallent.h74 [1054] = { 2, TF, SEN(rename), "rename" },

Completed in 560 milliseconds

<<111213141516