Searched refs:toPathStr (Results 1 – 2 of 2) sorted by relevance
80 std::string toPathStr(toPath); in createDatabaseFromSourceDir() local88 if (toPathStr[toPathStr.size() - 1] != '/') toPathStr += '/'; in createDatabaseFromSourceDir()100 std::string newFile = toPathStr + name; in createDatabaseFromSourceDir()
123 string toPathStr(toPath); in copyRecursive() local132 if (toPathStr[toPathStr.size()-1] != '/') in copyRecursive()133 toPathStr += '/'; in copyRecursive()144 string newFile = toPathStr + name; in copyRecursive()