Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/atree/
Dfs.h10 int copy_file(const string& src, const string& dst);
Dfs.cpp136 copy_file(const string& src, const string& dst) in copy_file() function
Datree.cpp320 err = copy_file(it->sourcePath, it->outPath); in main()