Searched refs:PathRemapping (Results 1 – 1 of 1) sorted by relevance
165 std::optional<std::pair<std::string, std::string>> PathRemapping; member in __anonf127be270111::CodeCoverageTool229 if (PathRemapping) in collectPaths()474 if (!PathRemapping) in remapPathNames()488 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()489 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()818 PathRemapping = {std::string(EquivPair.first), in run()