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

  /art/libartbase/base/unix_file/
random_access_file_utils.cc 25 bool CopyFile(const RandomAccessFile& src, RandomAccessFile* dst) {
  /prebuilts/go/darwin-x86/doc/progs/
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
defer.go 40 func CopyFile(dstName, srcName string) (written int64, err error) {
  /prebuilts/go/linux-x86/doc/progs/
defer2.go 42 func CopyFile(dstName, srcName string) (written int64, err error) {
defer.go 40 func CopyFile(dstName, srcName string) (written int64, err error) {
  /external/google-breakpad/src/common/tests/
file_utils.cc 44 bool CopyFile(const char* from_path, const char* to_path) {
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 385 sub CopyFile { #filename, newfile
  /external/boringssl/src/util/bot/
update_clang.py 128 def CopyFile(src, dst):
159 CopyFile(dia_dll, target_dir)
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 268 Status FileSystem::CopyFile(const string& src, const string& target) {
env.cc 284 Status Env::CopyFile(const string& src, const string& target) {
290 return src_fs->CopyFile(src, target);
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc 285 Status PosixFileSystem::CopyFile(const string& src, const string& target) {
  /external/v8/tools/clang/scripts/
update.py 228 def CopyFile(src, dst):
243 CopyFile(os.path.join(root, f), dst)
376 CopyFile(dia_dll, target_dir)
534 CopyFile(libstdcpp, os.path.join(LLVM_BOOTSTRAP_INSTALL_DIR, 'lib'))
662 CopyFile(libstdcpp, os.path.join(LLVM_BUILD_DIR, 'lib'))
761 CopyFile(os.path.join(sanitizer_include_dir, f),
    [all...]
  /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 345 if (!CopyFile(current, target_path)) {
944 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 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 457 milliseconds