/aosp12/build/soong/cc/ |
H A D | vendor_snapshot.go | 314 …copyFile := 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 D | util_test.go | 69 l, err := copyFile(src, dst) 116 if _, err := copyFile(tt.src, tt.dst); err == nil {
|
H A D | upload.go | 104 if _, err := copyFile(src, dst); err != nil {
|
H A D | util.go | 132 func copyFile(src, dst string) (int64, error) { func
|
H A D | rbe.go | 158 if _, err := copyFile(metricsFile, filename); err != nil {
|
H A D | build.go | 350 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
|
/aosp12/build/make/tools/libhost/include/host/ |
H A D | CopyFile.h | 23 int copyFile(const char* src, const char* dst, unsigned int options);
|
/aosp12/system/timezone/input_tools/android/zone_compactor/main/java/ |
H A D | ZoneCompactor.java | 55 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 D | MtpUtils.h | 35 int copyFile(const char *fromPath, const char *toPath);
|
H A D | MtpUtils.cpp | 150 ret += copyFile(oldFile.c_str(), newFile.c_str()); in copyRecursive() 157 int copyFile(const char *fromPath, const char *toPath) { in copyFile() function
|
H A D | MtpServer.cpp | 1116 if (copyFile(fromPath, path)) { in doMoveObject() 1190 if (copyFile(fromPath, path)) { in doCopyObject()
|
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 199 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 D | acp.c | 153 copyResult = copyFile(src, dst, options); in process()
|
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/ |
H A D | mtp_fuzzer.cpp | 117 ret += copyFile(oldFile.c_str(), newFile.c_str()); in createDatabaseFromSourceDir()
|
/aosp12/build/soong/cmd/multiproduct_kati/ |
H A D | main.go | 140 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 D | fs.cpp | 140 err = copyFile(src.c_str(), dst.c_str(), in copy_file()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 957 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 D | PackageInstallerSession.java | 3578 if (!FileUtils.copyFile(fromFile, tmpFile)) { in copyFiles()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuExecutable.cpp | 43 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 D | UpdateHandler.java | 640 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 D | CopyFile.c | 601 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 D | FileUtilsTest.java | 118 FileUtils.copyFile(mTestFile, mCopyFile); in testCopyFile()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | WallpaperManagerService.java | 671 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 D | FileUtils.java | 270 public static boolean copyFile(File srcFile, File destFile) { in copyFile() method in FileUtils
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |