Searched refs:PathRemapping (Results 1 – 1 of 1) sorted by relevance
160 Optional<std::pair<std::string, std::string>> PathRemapping; member in __anone83340200111::CodeCoverageTool222 if (PathRemapping) in collectPaths()467 if (!PathRemapping) in remapPathNames()481 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()482 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()801 PathRemapping = {std::string(EquivPair.first), in run()