Home
last modified time | relevance | path

Searched refs:copyFile (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/mtp/
DMtpUtils.h35 int copyFile(const char *fromPath, const char *toPath);
DMtpUtils.cpp150 ret += copyFile(oldFile.c_str(), newFile.c_str()); in copyRecursive()
157 int copyFile(const char *fromPath, const char *toPath) { in copyFile() function
DMtpServer.cpp1116 if (copyFile(fromPath, path)) { in doMoveObject()
1190 if (copyFile(fromPath, path)) { in doCopyObject()
/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_fuzzer.cpp117 ret += copyFile(oldFile.c_str(), newFile.c_str()); in createDatabaseFromSourceDir()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java957 copyFile(pkg.getBaseApkPath(), targetDir, "base.apk"); in copyPackage()
960 copyFile(pkg.getSplitApkPaths()[i], targetDir, in copyPackage()
971 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile() method
DPackageInstallerSession.java3572 if (!FileUtils.copyFile(fromFile, tmpFile)) { in copyFiles()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp43 static int copyFile(const char *dstFile, const char *srcFile) { in copyFile() function
285 int r = copyFile(newName.c_str(), origName); in loadAsCopy()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java118 FileUtils.copyFile(mTestFile, mCopyFile); in testCopyFile()
/frameworks/base/core/java/android/os/
DFileUtils.java270 public static boolean copyFile(File srcFile, File destFile) { in copyFile() method in FileUtils
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java655 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile); in generateCrop()
3234 FileUtils.copyFile(preNWallpaper, newWallpaper); in migrateFromOld()
3247 FileUtils.copyFile(originalWallpaper, preNWallpaper); in migrateFromOld()