OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathRemapping
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CodeCoverage.cpp
160
Optional<std::pair<std::string, std::string>>
PathRemapping
;
222
if (
PathRemapping
)
469
if (!
PathRemapping
)
483
std::string RemapFrom = nativeWithTrailing(
PathRemapping
->first);
484
std::string RemapTo = nativeWithTrailing(
PathRemapping
->second);
786
//
PathRemapping
.
789
PathRemapping
= {std::string(EquivPair.first),
Completed in 33 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026