Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpUtils.h34 int copyRecursive(const char *fromPath, const char *toPath);
DMtpUtils.cpp120 int copyRecursive(const char *fromPath, const char *toPath) { in copyRecursive() function
148 ret += copyRecursive(oldFile.c_str(), newFile.c_str()); in copyRecursive()
DMtpServer.cpp1113 ret += copyRecursive(fromPath, path); in doMoveObject()
1189 ret += copyRecursive(fromPath, path); in doCopyObject()