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

  /art/runtime/base/unix_file/
random_access_file_utils.cc 23 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) {
  /external/google-breakpad/src/common/tests/
file_utils.cc 44 bool CopyFile(const char* from_path, const char* to_path) {
  /external/webrtc/webrtc/base/
fileutils.h 178 virtual bool CopyFile(const Pathname &old_path, const Pathname &new_path) = 0;
185 return CopyFile(old_path, new_path);
327 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
328 return EnsureDefaultFilesystem()->CopyFile(old_path, new_path);
fileutils_mock.h 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.cc 233 if (!CopyFile(old_path, new_path))
267 bool UnixFilesystem::CopyFile(const Pathname &old_path,
win32filesystem.cc 291 bool Win32Filesystem::CopyFile(const Pathname &old_path,
293 return ::CopyFile(ToUtf16(old_path.pathname()).c_str(),
  /external/deqp/scripts/
make_release.py 108 class CopyFile (DstFile):
110 super(CopyFile, self).__init__(dstFile)
117 shutil.copyfile(self.srcFile, self.dstFile)
244 CopyFile(srcFile, dstFile).make(packageBuildInfo)
309 lambda s, d: CopyFile(s, d))
318 return SingleFileTarget(srcFile, dstFile, lambda s, d: CopyFile(s, d))
  /external/libchrome/base/files/
file_util_posix.cc 334 if (!CopyFile(current, target_path)) {
860 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 233 milliseconds