Searched refs:copyFile (Results 1 – 13 of 13) sorted by relevance
/build/soong/ui/build/ |
D | util_test.go | 69 l, err := copyFile(src, dst) 116 if _, err := copyFile(tt.src, tt.dst); err == nil {
|
D | upload.go | 80 if _, err := copyFile(src, dst); err != nil {
|
D | rbe.go | 114 if _, err := copyFile(metricsFile, filename); err != nil {
|
D | util.go | 132 func copyFile(src, dst string) (int64, error) { func
|
D | build.go | 300 _, err = copyFile(src, filepath.Join(destDir, filepath.Base(src)))
|
/build/make/tools/libhost/include/host/ |
D | CopyFile.h | 23 int copyFile(const char* src, const char* dst, unsigned int options);
|
/build/soong/cc/ |
D | snapshot_utils.go | 70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath { func
|
D | vendor_snapshot.go | 709 ret = append(ret, copyFile(ctx, path, out)) 749 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut)) 763 ret = append(ret, copyFile(ctx, binPath, snapshotBinOut)) 771 ret = append(ret, copyFile(ctx, objPath, snapshotObjOut)) 818 snapshotOutputs = append(snapshotOutputs, copyFile(
|
D | vndk.go | 621 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut)) 688 snapshotOutputs = append(snapshotOutputs, copyFile( 698 snapshotOutputs = append(snapshotOutputs, copyFile(
|
/build/make/tools/acp/ |
D | acp.c | 153 copyResult = copyFile(src, dst, options); in process()
|
/build/make/tools/atree/ |
D | fs.cpp | 140 err = copyFile(src.c_str(), dst.c_str(), in copy_file()
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 122 func copyFile(from, to string) error { func 459 err := copyFile(stdLog, filepath.Join(filepath.Dir(stdLog), "std_full.log"))
|
/build/make/tools/libhost/ |
D | CopyFile.c | 601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function
|