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

  /external/chromium/chrome/browser/download/
base_file.cc 87 bool BaseFile::Rename(const FilePath& new_path) {
109 // We cannot rename because rename will keep the same security descriptor
127 // rename fails. Copying sucks for large downloads. crbug.com/8737
211 // We may be re-opening the file after rename. Always make sure we're
save_item.cc 114 // Rename the save item with new path.
115 void SaveItem::Rename(const FilePath& full_path) {
download_item.cc 465 void DownloadItem::Rename(const FilePath& full_path) {
495 << " needs rename = " << NeedsRename()
522 << " needed rename = " << NeedsRename()
526 Rename(full_path);
  /external/chromium_org/content/browser/download/
save_file.cc 46 DownloadInterruptReason SaveFile::Rename(const base::FilePath& full_path) {
47 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 151 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) {
170 // A simple rename wouldn't work here since we want the file to have
287 // We may be re-opening the file after rename. Always make sure we're
  /external/chromium_org/ppapi/cpp/
file_ref.cc 153 int32_t FileRef::Rename(const FileRef& new_file_ref,
156 return get_interface<PPB_FileRef_1_1>()->Rename(
160 return get_interface<PPB_FileRef_1_0>()->Rename(
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 165 * Rename() renames a file or directory. Arguments <code>file_ref</code> and
167 * system. It is an error to rename a file or directory that is in use. It
168 * is not valid to rename a file in the external file system.
175 * completion of Rename().
179 int32_t (*Rename)(PP_Resource file_ref,
233 int32_t (*Rename)(PP_Resource file_ref,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.cc 77 Rename(src_id, src_path, new_name, new_name_has_hosted_extension,
135 void MoveOperation::Rename(const std::string& src_id,
155 // Rename on the server.
  /external/chromium_org/chrome/test/pyautolib/chromeos/
file_browser.py 104 def Rename(self, name):
105 """Rename selected entry.
  /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 150 int32_t PepperInternalFileRefBackend::Rename(
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 108 int32_t Rename(PP_Resource file_ref,
111 VLOG(4) << "PPB_FileRef::Rename()";
115 return enter.SetResult(enter.object()->Rename(new_file_ref,
158 &Rename
171 &Rename,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.cc 225 void LocalTempFile::Rename(const nacl::string& new_name,
227 // Rename the temporary file.
229 PLUGIN_PRINTF(("LocalTempFile::Rename %s to %s\n",
232 // Remember the old ref until the rename is complete.
235 old_ref_->Rename(*file_ref_, cb);
  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 155 int32_t FileRefResource::Rename(PP_Resource new_file_ref,
ppb_file_ref_proxy.cc 62 virtual int32_t Rename(PP_Resource new_file_ref,
178 int32_t FileRef::Rename(PP_Resource new_file_ref,
428 enter.SetResult(enter.object()->Rename(new_file_ref.host_resource(),
  /external/chromium_org/content/renderer/pepper/
ppb_file_ref_impl.cc 366 int32_t PPB_FileRef_Impl::Rename(PP_Resource new_pp_file_ref,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 785 milliseconds