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

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_common.py148 def CopyFile(src, dst): function
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py91 def CopyFile(src, dst): function
106 CopyFile(os.path.join(root, f), dst)
204 CopyFile(os.path.join(asan_rt_lib_src_dir, '..', '..', 'asan_blacklist.txt'),
218 CopyFile(os.path.join(sanitizer_include_dir, f),
/external/chromium_org/base/files/
H A Dfile_util.cc50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:base
/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.h182 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
189 return CopyFile(old_path, new_path);
331 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
332 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
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
/external/deqp/scripts/
H A Dmake_release.py88 class CopyFile (DstFile): class in inherits:DstFile
90 super(CopyFile, self).__init__(dstFile)
223 CopyFile(srcFile, dstFile).make(packageBuildInfo)
288 lambda s, d: CopyFile(s, d))
297 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
369 # Otherwise just CopyFile targets
/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:__anon11507
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1203 // operations of files are released by the CopyFile function.
1254 base::Bind(&DeveloperPrivateLoadDirectoryFunction::CopyFile,
1260 void DeveloperPrivateLoadDirectoryFunction::CopyFile( function in class:extensions::api::DeveloperPrivateLoadDirectoryFunction
1269 base::CopyFile(src_path, target_path);

Completed in 3239 milliseconds