Searched refs:srcPattern (Results 1 – 1 of 1) sorted by relevance
457 std::regex srcPattern(Constants::LOCAL_CODE_PATH); in GetRelativePath() local458 std::string relativePath = std::regex_replace(srcPath, srcPattern, ""); in GetRelativePath()