Home
last modified time | relevance | path

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

/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.go107 if _, err := copyFile(src, dst); err != nil {
Dutil.go132 func copyFile(src, dst string) (int64, error) { func
Drbe.go196 if _, err := copyFile(metricsFile, filename); err != nil {
Dbuild.go453 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
Dconfig.go805 _, err = copyFile(filePath, filepath.Join(c.OutDir(), ".ninja_weight_list"))
/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.go146 func copyFile(from, to string) error { func
538 err := copyFile(consoleLogPath, filepath.Join(filepath.Dir(consoleLogPath), "std_full.log"))
/build/make/tools/libhost/
DCopyFile.c601 int copyFile(const char* src, const char* dst, unsigned int options) in copyFile() function