Searched refs:copyFile (Results 1 – 11 of 11) sorted by relevance
/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 | 107 if _, err := copyFile(src, dst); err != nil {
|
D | util.go | 132 func copyFile(src, dst string) (int64, error) { func
|
D | rbe.go | 196 if _, err := copyFile(metricsFile, filename); err != nil {
|
D | build.go | 453 if _, err := copyFile(src, filepath.Join(destDir, filepath.Base(src))); err != nil {
|
D | config.go | 805 _, err = copyFile(filePath, filepath.Join(c.OutDir(), ".ninja_weight_list"))
|
/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 | 146 func copyFile(from, to string) error { func 538 err := copyFile(consoleLogPath, filepath.Join(filepath.Dir(consoleLogPath), "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
|