Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpUtils.cpp123 string toPathStr(toPath); in copyRecursive() local
132 if (toPathStr[toPathStr.size()-1] != '/') in copyRecursive()
133 toPathStr += '/'; in copyRecursive()
144 string newFile = toPathStr + name; in copyRecursive()