Searched refs:PathRemapping (Results 1 – 1 of 1) sorted by relevance
144 Optional<std::pair<std::string, std::string>> PathRemapping; member in __anonfa170d750111::CodeCoverageTool202 if (PathRemapping) in collectPaths()387 if (!PathRemapping) in remapPathNames()400 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()401 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()691 PathRemapping = EquivPair; in run()