Searched refs:copyFile (Results 1 – 12 of 12) sorted by relevance
/build/soong/cc/ |
D | vendor_snapshot.go | 206 …copyFile := func(ctx android.SingletonContext, path android.Path, out string, fake bool) android.O… 254 ret = append(ret, copyFile(ctx, path, out, fake)) 314 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut, fake)) 331 ret = append(ret, copyFile(ctx, binPath, snapshotBinOut, fake)) 339 ret = append(ret, copyFile(ctx, objPath, snapshotObjOut, fake)) 408 …snapshotOutputs = append(snapshotOutputs, copyFile(ctx, header, filepath.Join(includeDir, header.S…
|
/build/make/tools/libhost/include/host/ |
D | CopyFile.h | 23 int copyFile(const char* src, const char* dst, unsigned int options);
|
/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 | 104 if _, err := copyFile(src, dst); err != nil {
|
D | util.go | 132 func copyFile(src, dst string) (int64, error) { func
|
D | rbe.go | 166 if _, err := copyFile(metricsFile, filename); err != nil {
|
D | build.go | 385 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
|
/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 | 143 func copyFile(from, to string) error { func 505 err := copyFile(consoleLogPath, filepath.Join(filepath.Dir(consoleLogPath), "std_full.log"))
|
/build/soong/etc/ |
D | prebuilt_etc.go | 544 func copyFile(ctx android.SingletonContext, path android.Path, out string, fake bool) android.Outpu… func 627 snapshotOutputs = append(snapshotOutputs, copyFile(ctx, m.OutputFile(), snapshotLibOut, s.Fake))
|
/build/make/tools/libhost/ |
D | CopyFile.c | 601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function
|