Searched
full:rename (Results
676 -
700 of
2344) sorted by null
<<21222324252627282930>>
/external/zlib/src/contrib/vstudio/ |
readme.txt | 50 particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll.
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 148 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Call.java | 110 * FIXME rename
|
/hardware/ti/omap3/dspbridge/inc/ |
rms_sh.h | 43 *! 08-Aug-2000 jeh Define RMS_WORD for GPP, rename DSP_MSG to RMS_DSPMSG.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rms_sh.h | 43 *! 08-Aug-2000 jeh Define RMS_WORD for GPP, rename DSP_MSG to RMS_DSPMSG.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdio_h.pass.cpp | 91 static_assert((std::is_same<decltype(rename("","")), int>::value), "");
|
/ndk/sources/host-tools/make-3.81/ |
README.Amiga | 24 rename make make.bak @@\
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 43 arguments, and rename the output as expected.
|
/packages/apps/Browser/src/com/android/browser/ |
CrashRecoveryHandler.java | 238 // Failed to rename, try deleting the existing
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libresolv-2.7.so | |
libresolv.so | |
libresolv.so.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libresolv-2.7.so | |
libresolv.so | |
libresolv.so.2 | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 184 Super-rename; create directories as necessary and delete any left 185 empty. Works like rename, except creation of any intermediate 187 first. After the rename, directories corresponding to rightmost 199 rename(old, new)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 184 Super-rename; create directories as necessary and delete any left 185 empty. Works like rename, except creation of any intermediate 187 first. After the rename, directories corresponding to rightmost 199 rename(old, new)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
DebuggerConnector.java | 73 * number of user initiated project changes (project open/close/delete/rename) are both
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
build_messages.properties | 38 AIDL_Java_Conflict=%1$s is in the way of %2$s, remove it or rename of one the files.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
RenamePackageAction.java | 146 "Rename Application Package", "Enter new package name:", oldPackageNameString,
|
/external/chromium_org/sync/syncable/ |
directory_backing_store.cc | 458 // effectively dropped once we rename temp_metas over top of metas. 470 // Rename temp_metas -> metas. 471 if (!db_->Execute("ALTER TABLE temp_metas RENAME TO metas")) 491 if (!db_->Execute("ALTER TABLE temp_share_info RENAME TO share_info")) 863 "ALTER TABLE temp_share_info RENAME TO share_info")) 938 if (!db_->Execute("ALTER TABLE models RENAME TO temp_models")) [all...] |
/system/vold/ |
VolumeManager.cpp | 705 SLOGE("Rename failed: couldn't construct mountpoint"); 710 SLOGW("Rename attempt when src mounted"); 717 SLOGE("Rename failed: couldn't construct mountpoint2"); 722 SLOGW("Rename attempt when dst mounted"); 728 SLOGE("Rename attempt when dst exists"); 733 if (rename(asecFilename1, asecFilename2)) { 734 SLOGE("Rename of '%s' to '%s' failed (%s)", asecFilename1, asecFilename2, strerror(errno)); [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 481 this.renameInput_.className = 'rename'; 557 this.commands_['rename'].canExecuteChange(); 562 * Invoked to decide whether the "rename" command can be executed. 568 // Rename not in progress. 585 // Rename not in progress. 696 case 'rename': 701 console.warn('Unable to find label for rename of index: ' + [all...] |
/external/libusb/ |
ChangeLog | [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 554 // Rename temp_metas -> metas. 556 "ALTER TABLE temp_metas RENAME TO metas"); 813 // we rename the column again, we need to inline the old 951 "ALTER TABLE temp_share_info RENAME TO share_info"); [all...] |
Completed in 290 milliseconds
<<21222324252627282930>>