Searched refs:rename (Results 1 - 25 of 383) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/kernel_PerfEventRename/src/
H A DMakefile5 perf-rename-test: perf-rename-test.c
6 $(CC) -g perf-rename-test.c -o perf-rename-test -lpthread
/external/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/
H A Drename.fail.cpp13 // rename is not available on systems without a global filesystem namespace.
14 std::rename("", "");
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm.i7 %rename(version_string) x86_version_string;
17 %rename(report_codes) x86_report_codes;
18 %rename(report_error) x86_report_error;
19 %rename(options) x86_options;
20 %rename(init) x86_init;
21 %rename(set_reporter) x86_set_reporter;
22 %rename(set_options) x86_set_options;
23 %rename(options) x86_get_options;
24 %rename(cleanup) x86_cleanup;
25 %rename(reg_typ
[all...]
/external/autotest/frontend/migrations/
H A D044_rename_afe_tables.py33 db_utils.rename(manager, RENAMES_UP)
37 db_utils.rename(manager, RENAMES_DOWN)
/external/autotest/tko/migrations/
H A D031_rename_tko_tables.py371 db_utils.rename(manager, RENAMES_UP)
377 db_utils.rename(manager, RENAMES_DOWN)
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DTestUnixFakeFileSystem.groovy40 void rename(String fromPath, String toPath) {
44 super.rename(fromPath, toPath)
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
H A Drename.pass.cpp14 // void rename(const path& old_p, const path& new_p);
15 // void rename(const path& old_p, const path& new_p, error_code& ec) noexcept;
32 ASSERT_SAME_TYPE(decltype(fs::rename(p, p)), void);
33 ASSERT_SAME_TYPE(decltype(fs::rename(p, p, ec)), void);
35 ASSERT_NOT_NOEXCEPT(fs::rename(p, p));
36 ASSERT_NOEXCEPT(fs::rename(p, p, ec));
45 fs::rename(f, t);
73 rename(TC.from, TC.to, ec);
89 rename(file, file, ec);
97 rename(fil
[all...]
/external/deqp/scripts/
H A Dcaselist_diff.py138 def renameCases (cases, rename):
145 for src, dst in rename:
192 rename = RENAME_LIST_2012_3_2012_4 variable
194 renamedCases, renameList = renameCases(oldCases, rename)
197 # for src, dst in rename:
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/
H A Dplatform_CryptohomeNonDirs.py23 if necessary. This is distinguished from os.rename() or shutil.move() by
28 os.rename(src, dest)
55 os.rename(parent_path, parent_path + '.old')
60 # We can't just rely on the rename() to blow away the file -
61 # rename() will refuse to rename directories to non-directory names.
68 os.rename(parent_path, parent_path + '.old')
/external/llvm/unittests/Support/
H A DReplaceFileTest.cpp55 TEST(rename, FileOpenedForReadingCanBeReplaced) {
78 EXPECT_TRUE(!fs::rename(SourceFileName, TargetFileName));
102 // Rename the target file back to the source file name to confirm that rename
104 EXPECT_TRUE(!fs::rename(TargetFileName, SourceFileName));
/external/ltp/testcases/kernel/syscalls/rename/
H A Drename01.c25 * This test will verify the rename(2) syscall basic functionality.
26 * Verify rename() works when the "new" file or directory does not exist.
39 * rename the "old" to the "new" file
46 * rename the "old" to the "new"
128 TEST(rename(TC[i].name1, TC[i].name2));
147 tst_resm(TFAIL, "rename() failed: the "
166 if (rename(mname, fname) == -1) {
167 tst_brkm(TBROK, cleanup, "file rename failed");
170 if (rename(mdir, fdir) == -1) {
171 tst_brkm(TBROK, cleanup, "directory rename faile
[all...]
H A Drename11.c23 * 1. rename() fails with -1 return value and sets errno to ELOOP, if too
25 * 2. rename() fails with -1 return value and sets errno to EROFS,
27 * 3. rename() fails with -1 return value and sets errno to EMLINK,
140 tst_resm(TFAIL, "rename succeeded unexpectedly");
146 TEST(rename(elooppathname, TEST_NEW_ELOOP));
160 TEST(rename(TEST_EROFS, TEST_NEW_EROFS));
179 TEST(rename(TEST_EMLINK, TEST_NEW_EMLINK));
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_compile.py35 os.rename(output, output + '.real')
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java69 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
74 * @throws FileSystemException - if the rename fails.
76 public void rename(String fromPath, String toPath); method in interface:FileSystem

Completed in 5073 milliseconds

1234567891011>>