OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyFile
(Results
1 - 13
of
13
) sorted by null
/art/runtime/base/unix_file/
random_access_file_utils.cc
23
bool
CopyFile
(const RandomAccessFile& src, RandomAccessFile* dst) {
/external/chromium_org/base/
file_util.cc
49
bool
CopyFile
(const FilePath& from_path, const FilePath& to_path) {
/external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py
147
def
CopyFile
(src, dst):
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
197
virtual bool
CopyFile
(const Pathname &old_path, const Pathname &new_path) = 0;
204
return
CopyFile
(old_path, new_path);
346
static bool
CopyFile
(const Pathname &old_path, const Pathname &new_path) {
347
return EnsureDefaultFilesystem()->
CopyFile
(old_path, new_path);
unixfilesystem.cc
231
if (!
CopyFile
(old_path, new_path))
265
bool UnixFilesystem::
CopyFile
(const Pathname &old_path,
win32filesystem.cc
307
bool Win32Filesystem::
CopyFile
(const Pathname &old_path,
309
return ::
CopyFile
(ToUtf16(old_path.pathname()).c_str(),
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
199
virtual bool
CopyFile
(const Pathname &old_path, const Pathname &new_path) = 0;
206
return
CopyFile
(old_path, new_path);
348
static bool
CopyFile
(const Pathname &old_path, const Pathname &new_path) {
349
return EnsureDefaultFilesystem()->
CopyFile
(old_path, new_path);
fileutils_mock.h
202
bool
CopyFile
(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc
225
if (!
CopyFile
(old_path, new_path))
259
bool UnixFilesystem::
CopyFile
(const Pathname &old_path,
win32filesystem.cc
307
bool Win32Filesystem::
CopyFile
(const Pathname &old_path,
309
return ::
CopyFile
(ToUtf16(old_path.pathname()).c_str(),
/external/chromium/base/
file_util_posix.cc
301
if (!
CopyFile
(current, target_path)) {
850
bool
CopyFile
(const FilePath& from_path, const FilePath& to_path) {
file_util_win.cc
233
bool
CopyFile
(const FilePath& from_path, const FilePath& to_path) {
242
return (::
CopyFile
(from_path.value().c_str(), to_path.value().c_str(),
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc
[
all
...]
Completed in 290 milliseconds