Home
last modified time | relevance | path

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

12

/aosp12/build/soong/cc/
H A Dvendor_snapshot.go314copyFile := func(ctx android.SingletonContext, path android.Path, out string, fake bool) android.O…
362 ret = append(ret, copyFile(ctx, path, out, fake))
418 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut, fake))
432 ret = append(ret, copyFile(ctx, binPath, snapshotBinOut, fake))
440 ret = append(ret, copyFile(ctx, objPath, snapshotObjOut, fake))
509 …snapshotOutputs = append(snapshotOutputs, copyFile(ctx, header, filepath.Join(includeDir, header.S…
/aosp12/build/soong/ui/build/
H A Dutil_test.go69 l, err := copyFile(src, dst)
116 if _, err := copyFile(tt.src, tt.dst); err == nil {
H A Dupload.go104 if _, err := copyFile(src, dst); err != nil {
H A Dutil.go132 func copyFile(src, dst string) (int64, error) { func
H A Drbe.go158 if _, err := copyFile(metricsFile, filename); err != nil {
H A Dbuild.go350 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
/aosp12/build/make/tools/libhost/include/host/
H A DCopyFile.h23 int copyFile(const char* src, const char* dst, unsigned int options);
/aosp12/system/timezone/input_tools/android/zone_compactor/main/java/
H A DZoneCompactor.java55 private static void copyFile(File inFile, OutputStream out) throws Exception { in copyFile() method in ZoneCompactor
100 copyFile(sourceFile, allData); in ZoneCompactor()
/aosp12/frameworks/av/media/mtp/
H A DMtpUtils.h35 int copyFile(const char *fromPath, const char *toPath);
H A DMtpUtils.cpp150 ret += copyFile(oldFile.c_str(), newFile.c_str()); in copyRecursive()
157 int copyFile(const char *fromPath, const char *toPath) { in copyFile() function
H A DMtpServer.cpp1116 if (copyFile(fromPath, path)) { in doMoveObject()
1190 if (copyFile(fromPath, path)) { in doCopyObject()
/aosp12/packages/services/Car/cpp/bugreport/
H A Dmain.cpp199 bool copyFile(const std::string& zip_path, int output_socket) { in copyFile() function
479 is_success = copyFile(zip_path, output_socket); in main()
/aosp12/build/make/tools/acp/
H A Dacp.c153 copyResult = copyFile(src, dst, options); in process()
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_fuzzer.cpp117 ret += copyFile(oldFile.c_str(), newFile.c_str()); in createDatabaseFromSourceDir()
/aosp12/build/soong/cmd/multiproduct_kati/
H A Dmain.go140 func copyFile(from, to string) error { func
479 err := copyFile(stdLog, filepath.Join(filepath.Dir(stdLog), "std_full.log"))
/aosp12/build/make/tools/atree/
H A Dfs.cpp140 err = copyFile(src.c_str(), dst.c_str(), in copy_file()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A 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
H A DPackageInstallerSession.java3578 if (!FileUtils.copyFile(fromFile, tmpFile)) { in copyFiles()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp43 static int copyFile(const char *dstFile, const char *srcFile) { in copyFile() function
285 int r = copyFile(newName.c_str(), origName); in loadAsCopy()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java640 copyFile(inputStream, outputStream); in handleWordList()
683 private static void copyFile(final InputStream in, final OutputStream out) in copyFile() method in UpdateHandler
/aosp12/build/make/tools/libhost/
H A DCopyFile.c601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java118 FileUtils.copyFile(mTestFile, mCopyFile); in testCopyFile()
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java671 success = FileUtils.copyFile(wallpaper.wallpaperFile, wallpaper.cropFile); in generateCrop()
3292 FileUtils.copyFile(preNWallpaper, newWallpaper); in migrateFromOld()
3305 FileUtils.copyFile(originalWallpaper, preNWallpaper); in migrateFromOld()
/aosp12/frameworks/base/core/java/android/os/
H A DFileUtils.java270 public static boolean copyFile(File srcFile, File destFile) { in copyFile() method in FileUtils
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...

12