Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dutil_test.go69 l, err := copyFile(src, dst)
116 if _, err := copyFile(tt.src, tt.dst); err == nil {
Dupload.go80 if _, err := copyFile(src, dst); err != nil {
Drbe.go114 if _, err := copyFile(metricsFile, filename); err != nil {
Dutil.go132 func copyFile(src, dst string) (int64, error) { func
Dbuild.go300 _, err = copyFile(src, filepath.Join(destDir, filepath.Base(src)))
/build/make/tools/libhost/include/host/
DCopyFile.h23 int copyFile(const char* src, const char* dst, unsigned int options);
/build/soong/cc/
Dsnapshot_utils.go70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath { func
Dvendor_snapshot.go709 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(
Dvndk.go621 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut))
688 snapshotOutputs = append(snapshotOutputs, copyFile(
698 snapshotOutputs = append(snapshotOutputs, copyFile(
/build/make/tools/acp/
Dacp.c153 copyResult = copyFile(src, dst, options); in process()
/build/make/tools/atree/
Dfs.cpp140 err = copyFile(src.c_str(), dst.c_str(), in copy_file()
/build/soong/cmd/multiproduct_kati/
Dmain.go122 func copyFile(from, to string) error { func
459 err := copyFile(stdLog, filepath.Join(filepath.Dir(stdLog), "std_full.log"))
/build/make/tools/libhost/
DCopyFile.c601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function