/external/chromium_org/third_party/sqlite/src/src/ |
alter.c | 88 ** generated by the ALTER TABLE ... RENAME command to modify the definition 330 ** "ALTER TABLE RENAME TO" statement. 375 ** (either with ALTER TABLE ... RENAME TO or ALTER TABLE ... ADD COLUMN). 390 ** Generate code to implement the "ALTER TABLE xxx RENAME TO yyy" 395 SrcList *pSrc, /* The table to rename. */
|
/frameworks/native/cmds/installd/ |
commands.c | 132 if (rename(oldpkgdir, newpkgdir) < 0) { 133 ALOGE("cannot rename dir '%s' to '%s': %s\n", oldpkgdir, newpkgdir, strerror(errno)); 399 if (rename(src_dex, dst_dex) < 0) { 816 if (rename(srcpath, dstpath) >= 0) { 823 ALOGW("Unable to rename %s to %s: %s\n", [all...] |
/external/chromium_org/third_party/lcov/ |
descriptions.tests | 637 Test of various file function calls, such as rename or open, on a symbolic 696 This test will verify the rename(2) syscall basic functionality. 697 Verify rename() works when the "new" file or directory does not exist. 701 Basic test for the rename(2) system call 705 This test will verify that rename(2) functions correctly 710 This test will verify that rename(2) failed when newpath is 715 This test will verify that rename(2) fails with EISDIR 719 This test will verify that rename(2) failed in EINVAL 723 This test will verify that rename(2) failed in ENOTDIR 727 This test will verify that rename(2) syscall failed in EFAUL [all...] |
/external/chromium/chrome/browser/download/ |
download_manager.cc | 496 // Rename to intermediate name. 499 // The download is not safe. We can now rename the file to its 501 // NOTE: The |Rename| below will be a no-op for dangerous files, as we're 506 // rename it to its intermediate '.crdownload' path. The final 518 download->Rename(download_path); 619 // file rename, and UI display) then it's not ready for completion. [all...] |
download_item.h | 209 void Rename(const FilePath& full_path); 218 // This may perform final rename if necessary and will eventually call
|
/external/chromium_org/chrome/browser/history/ |
thumbnail_database.cc | [all...] |
/external/elfutils/src/ |
ar.c | 693 r = rename (tempfname, arhdr->ar_name); 716 r = rename (tempfname, truncfname); 722 cannot rename temporary file to %.*s"), 802 || (newfd = -1, rename (tmpfname, arfname) != 0)) 1050 || (newfd = -1, rename (tmpfname, arfname) != 0)) [all...] |
/external/yaffs2/yaffs2/direct/ |
dtest.c | 714 // Check rename 948 yaffs_rename(a,b); // rename over 949 yaffs_rename(b,a); // rename back again (not renaimng over) 950 yaffs_rename(a,b); // rename back again (not renaimng over) 1182 printf("Do rename (should fail)\n"); 1190 printf("Do rename (should not fail)\n"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 67 'RENAME': ('AUTH', 'SELECTED'), 608 def rename(self, oldmailbox, newmailbox): member in class:IMAP4 609 """Rename old mailbox name to new. 611 (typ, [data]) = <instance>.rename(oldmailbox, newmailbox) 613 return self._simple_command('RENAME', oldmailbox, newmailbox) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 67 'RENAME': ('AUTH', 'SELECTED'), 608 def rename(self, oldmailbox, newmailbox): member in class:IMAP4 609 """Rename old mailbox name to new. 611 (typ, [data]) = <instance>.rename(oldmailbox, newmailbox) 613 return self._simple_command('RENAME', oldmailbox, newmailbox) [all...] |
/build/tools/releasetools/ |
edify_generator.py | 190 self.script.append('rename("%s", "%s");' % (srcfile, tgtfile)) 192 raise ValueError("Rename not supported by update binary")
|
/dalvik/vm/compiler/ |
SSATransformation.cpp | 574 /* Rename register names by local defs and phi nodes */ 620 /* Rename register names by local defs and phi nodes */
|
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |
/external/chromium/chrome/browser/history/ |
url_database.cc | 233 if (!GetDB().Execute("ALTER TABLE temp_urls RENAME TO urls")) { 526 // Rename/commit the tmp table.
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 157 .detail-table input.rename { 164 .thumbnail-grid input.rename {
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
tree.js | 509 * bubbling {@code rename} event is fired. 590 cr.dispatchSimpleEvent(this, 'rename', true);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 228 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) { 247 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) {
|
/external/chromium_org/chrome/installer/util/ |
util_constants.cc | 138 const char kRenameChromeExe[] = "rename-chrome-exe"; 206 // TODO(gab): Rename setup.exe itself altogether and use the same binary for
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_proxy_test.cc | 236 TEST_F(KernelProxyTest, Rename) { 533 virtual Error Rename(const Path& path, const Path& newpath) { return ENOSYS; }
|
/external/chromium_org/sdch/open-vcdiff/ |
ChangeLog | 48 * Rename the log macros: for example, LOG(ERROR) is now VCD_ERROR. 49 Rename COMPILE_ASSERT to VCD_COMPILE_ASSERT.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.gyp | 84 # performance is monitored by the "Check Objective-C Rename" 102 'postbuild_name': 'Check Objective-C Rename',
|