Home
last modified time | relevance | path

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

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