HomeSort by relevance Sort by last modified time
    Searched defs:Rename (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFTemplateDictionary_autogen.cpp 35 bool SkPdfFDFTemplateDictionary::Rename(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Rename", "");
44 return get("Rename", "") != NULL;
  /external/chromium_org/content/browser/download/
save_file.cc 45 DownloadInterruptReason SaveFile::Rename(const base::FilePath& full_path) {
46 return file_.Rename(full_path);
save_item.cc 115 // Rename the save item with new path.
116 void SaveItem::Rename(const base::FilePath& full_path) {
base_file.cc 139 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) {
158 // A simple rename wouldn't work here since we want the file to have
272 // We may be re-opening the file after rename. Always make sure we're
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.cc 66 Error PassthroughFs::Rename(const Path& path, const Path& newpath) {
  /external/chromium_org/ppapi/cpp/
file_ref.cc 178 int32_t FileRef::Rename(const FileRef& new_file_ref,
181 return get_interface<PPB_FileRef_1_2>()->Rename(
185 return get_interface<PPB_FileRef_1_1>()->Rename(
189 return get_interface<PPB_FileRef_1_0>()->Rename(
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.cc 64 int32_t PepperExternalFileRefBackend::Rename(
pepper_internal_file_ref_backend.cc 143 int32_t PepperInternalFileRefBackend::Rename(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs.cc 169 Error MemFs::Rename(const Path& src_path, const Path& target_path) {
219 // Perform that actual rename. Simply re-parent the original source node
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.cc 108 Error StreamFs::Rename(const Path& path, const Path& newpath) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc 44 Error Rename(const Path& path, const Path& newpath) { return 0; }
kernel_proxy_test.cc 233 TEST_F(KernelProxyTest, Rename) {
727 virtual Error Rename(const Path& path, const Path& newpath) { return ENOSYS; }
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 186 * Rename() renames a file or directory. Arguments <code>file_ref</code> and
188 * system. It is an error to rename a file or directory that is in use. It
189 * is not valid to rename a file in the external file system.
196 * completion of Rename().
200 int32_t (*Rename)(PP_Resource file_ref,
254 int32_t (*Rename)(PP_Resource file_ref,
275 int32_t (*Rename)(PP_Resource file_ref,
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 128 int32_t Rename(PP_Resource file_ref,
131 VLOG(4) << "PPB_FileRef::Rename()";
135 return enter.SetResult(enter.object()->Rename(new_file_ref,
178 &Rename
191 &Rename,
206 &Rename,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.cc 287 Error DevFs::Rename(const Path& path, const Path& newpath) {
288 LOG_ERROR("rename not supported.");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 179 Error Html5Fs::Rename(const Path& path, const Path& newpath) {
198 int32_t result = file_ref_iface_->Rename(fileref_resource.pp_resource(),
  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 162 int32_t FileRefResource::Rename(PP_Resource new_file_ref,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 199 Error FuseFs::Rename(const Path& path, const Path& newpath) {
200 if (!fuse_ops_->rename) {
201 LOG_TRACE("fuse_ops_->rename is NULL.");
205 int result = fuse_ops_->rename(path.Join().c_str(), newpath.Join().c_str());
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.cc 124 Error HttpFs::Rename(const Path& path, const Path& newpath) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.cc 467 Error JsFs::Rename(const Path& path, const Path& newpath) {
470 "cmd", "rename",
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 625 int32_t FakeFileRefInterface::Rename(PP_Resource file_ref,
645 // FakeFileRefResource does not support directory rename.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 391 milliseconds