Searched
full:rename (Results
351 -
375 of
2344) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/com/android/internal/os/ |
AtomicFile.java | 57 // Rename the current file so it may be used as a backup during the next read 61 Log.w("AtomicFile", "Couldn't rename file " + mBaseName
|
/frameworks/base/services/java/com/android/server/updates/ |
SELinuxPolicyInstallReceiver.java | 116 Libcore.os.rename(update.getPath(), current.getPath()); 124 Libcore.os.rename(tmp.getPath(), current.getPath());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 46 int rename(const char* old, const char* new); 125 using ::rename;
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 75 public static final String RENAME = "RENAME";
|
/packages/apps/Mms/src/com/android/mms/ |
TempFileProvider.java | 146 // There's only a single scrap file, but there can be several slides. We rename 157 // remove any existing file before rename
|
/packages/apps/Music/tests/src/com/android/music/functional/ |
TestPlaylist.java | 109 * Rename playlist 161 * Test case 2: Add playlist and rename the playlist just added.
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.h | 147 // TODO: Rename s/Length/NormalizedSquaredLength/ 149 // TODO: Rename s/Length/NormalizedSquaredLength/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstdio | 78 #undef rename 125 using ::rename;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstdio | 78 #undef rename 125 using ::rename;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 78 #undef rename 125 using ::rename;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdio | 81 #undef rename 128 using ::rename;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 78 #undef rename 125 using ::rename;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdio | 81 #undef rename 128 using ::rename;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cstdio | 79 #undef rename 126 using ::rename;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipant.java | 55 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameCompilationUnitProcessor; 56 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameTypeProcessor; 91 * A participant to participate in refactorings that rename a package in an Android project. 95 * Rename participants are registered via the extension point <code> 114 return "Android Package Rename"; 153 "choose \"Android Tools\" > \"Rename Application Package.\" " + 245 RefactoringUtil.logInfo(getName() + ": Cannot rename generated package."); 277 FixImportsJob job = new FixImportsJob("Fix Rename Package",
|
RefactoringUtil.java | 105 * @return true if Rename/Move package needs to change the application package 114 * @param refactorAppPackage true if Rename/Move package needs to change the application package
|
/system/core/libcutils/ |
fs.c | 137 if (rename(temp, path) == -1) { 138 ALOGE("Failed to rename %s to %s: %s", temp, path, strerror(errno));
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_wrap_test.cc | 422 TEST_F(KernelWrapTest, rename) { 423 EXPECT_CALL(mock, rename(kDummyConstChar, kDummyConstChar2)) 425 EXPECT_EQ(-1, rename(kDummyConstChar, kDummyConstChar2)); 427 EXPECT_CALL(mock, rename(kDummyConstChar, kDummyConstChar2)) 429 EXPECT_EQ(0, rename(kDummyConstChar, kDummyConstChar2));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
mergeChangeLogs.pl | 61 rename($fileName, $newFileName); 107 rename($fileMine, $fileNewer . ".rej"); 112 rename($fileOlder, $fileNewer . ".orig"); 176 rename($fileMine, $fileNewer . ".rej"); 181 rename($fileOlder, $fileNewer . ".orig");
|
/external/libusb/ |
install-sh | 467 # Now rename the file to the real destination. 470 # The rename failed, perhaps because mv can't rename something else 485 echo "$0: cannot unlink or rename $dst" >&2 493 # Now rename the file to the real destination.
|
Completed in 540 milliseconds
<<11121314151617181920>>