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

  /art/runtime/base/unix_file/
random_access_file_utils.cc 23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) {
  /external/chromium_org/tools/clang/scripts/
update.py 90 def CopyFile(src, dst):
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/base/
file_util.cc 50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 145 def CopyFile(src, dst):
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 200 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) {
350 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
fileutils_mock.h 202 bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 249 if (!CopyFile(old_path, new_path))
283 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/webrtc/base/
fileutils.h 183 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) {
333 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
fileutils_mock.h 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 232 if (!CopyFile(old_path, new_path))
266 bool UnixFilesystem::CopyFile(const Pathname &old_path,
win32filesystem.cc 290 bool Win32Filesystem::CopyFile(const Pathname &old_path,
292 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 221 inline void CopyFile(const char* src_file_name,
  /ndk/sources/android/crazy_linker/tests/
test_util.h 221 inline void CopyFile(const char* src_file_name,
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 468 milliseconds