Searched refs:copyRecursive (Results 1 – 3 of 3) sorted by relevance
34 int copyRecursive(const char *fromPath, const char *toPath);
120 int copyRecursive(const char *fromPath, const char *toPath) { in copyRecursive() function148 ret += copyRecursive(oldFile.c_str(), newFile.c_str()); in copyRecursive()
1113 ret += copyRecursive(fromPath, path); in doMoveObject()1189 ret += copyRecursive(fromPath, path); in doCopyObject()