OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rename
(Results
1 - 24
of
24
) 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/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/
mount_html5fs.cc
106
Error MountHtml5Fs::
Rename
(const Path& path, const Path& newpath) {
mount_mem.cc
187
Error MountMem::
Rename
(const Path& src_path, const Path& target_path) {
237
// Perform that actual
rename
. Simply re-parent the original source node
mount_passthrough.cc
168
Error MountPassthrough::
Rename
(const Path& path, const Path& newpath) {
mount_stream.cc
102
Error MountStream::
Rename
(const Path& path, const Path& newpath) {
mount_dev.cc
296
Error MountDev::
Rename
(const Path& path, const Path& newpath) { return EPERM; }
mount_fuse.cc
196
Error MountFuse::
Rename
(const Path& path, const Path& newpath) {
197
if (!fuse_ops_->
rename
)
200
int result = fuse_ops_->
rename
(path.Join().c_str(), newpath.Join().c_str());
mount_http.cc
141
Error MountHttp::
Rename
(const Path& path, const Path& newpath) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc
43
Error
Rename
(const Path& path, const Path& newpath) { return 0; }
kernel_proxy_test.cc
236
TEST_F(KernelProxyTest,
Rename
) {
533
virtual Error
Rename
(const Path& path, const Path& newpath) { return ENOSYS; }
/external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc
115
int32_t
Rename
(PP_Resource file_ref,
118
VLOG(4) << "PPB_FileRef::
Rename
()";
122
return enter.SetResult(enter.object()->
Rename
(new_file_ref,
165
&
Rename
178
&
Rename
,
/external/chromium_org/ppapi/proxy/
file_ref_resource.cc
160
int32_t FileRefResource::
Rename
(PP_Resource new_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 389 milliseconds