Searched defs:CopyFile (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/tools/clang/scripts/
H A Dupdate.py90 def CopyFile(src, dst): function
164 CopyFile(os.path.join(root, f), asan_rt_lib_dst_dir)
166 CopyFile(os.path.join(asan_rt_lib_src_dir, '..', '..', 'asan_blacklist.txt'),
180 CopyFile(os.path.join(sanitizer_include_dir, f),
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_common.py145 def CopyFile(src, dst): function
/external/chromium_org/base/
H A Dfile_util.cc50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.cc307 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:talk_base::Win32Filesystem
309 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils_mock.h202 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::FakeFileSystem
H A Dunixfilesystem.cc249 if (!CopyFile(old_path, new_path))
283 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:talk_base::UnixFilesystem
H A Dfileutils.h200 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
207 return CopyFile(old_path, new_path);
349 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:talk_base::Filesystem
350 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32filesystem.cc290 bool Win32Filesystem::CopyFile(const Pathname &old_path, function in class:rtc::Win32Filesystem
292 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils_mock.h185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc232 if (!CopyFile(old_path, new_path))
266 bool UnixFilesystem::CopyFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
H A Dfileutils.h183 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
190 return CopyFile(old_path, new_path);
332 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
333 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_util.h221 inline void CopyFile(const char* src_file_name, function in namespace:__anon10770
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1181 // operations of files are released by the CopyFile function.
1233 base::Bind(&DeveloperPrivateLoadDirectoryFunction::CopyFile,
1239 void DeveloperPrivateLoadDirectoryFunction::CopyFile( function in class:extensions::api::DeveloperPrivateLoadDirectoryFunction
1248 base::CopyFile(src_path, target_path);

Completed in 355 milliseconds