Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go206copyFile := 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/
DCopyFile.h23 int copyFile(const char* src, const char* dst, unsigned int options);
/build/soong/ui/build/
Dutil_test.go69 l, err := copyFile(src, dst)
116 if _, err := copyFile(tt.src, tt.dst); err == nil {
Dupload.go104 if _, err := copyFile(src, dst); err != nil {
Dutil.go132 func copyFile(src, dst string) (int64, error) { func
Drbe.go166 if _, err := copyFile(metricsFile, filename); err != nil {
Dbuild.go385 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
/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.go143 func copyFile(from, to string) error { func
505 err := copyFile(consoleLogPath, filepath.Join(filepath.Dir(consoleLogPath), "std_full.log"))
/build/soong/etc/
Dprebuilt_etc.go544 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/
DCopyFile.c601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function