Lines Matching full:relativepath
1630 std::string TestBase::getDataPath(const std::string& relativePath)1632 if (relativePath.empty())1655 if (relativePath[0] == '/' || relativePath[0] == '\\')1656 path += relativePath.substr(1);1658 path += relativePath;