Searched refs:fromPathStr (Results 1 – 2 of 2) sorted by relevance
79 std::string fromPathStr(fromPath); in createDatabaseFromSourceDir() local87 if (fromPathStr[fromPathStr.size() - 1] != '/') fromPathStr += '/'; in createDatabaseFromSourceDir()99 std::string oldFile = fromPathStr + name; in createDatabaseFromSourceDir()
122 string fromPathStr(fromPath); in copyRecursive() local130 if (fromPathStr[fromPathStr.size()-1] != '/') in copyRecursive()131 fromPathStr += '/'; in copyRecursive()143 string oldFile = fromPathStr + name; in copyRecursive()