Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/tests/MtpFuzzer/
Dmtp_fuzzer.cpp80 std::string toPathStr(toPath); in createDatabaseFromSourceDir() local
88 if (toPathStr[toPathStr.size() - 1] != '/') toPathStr += '/'; in createDatabaseFromSourceDir()
100 std::string newFile = toPathStr + name; in createDatabaseFromSourceDir()
/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()