Searched refs:ClStripPathPrefix (Results 1 – 1 of 1) sorted by relevance
108 ClStripPathPrefix("strip_path_prefix", cl::init(""), variable471 if (ClStripPathPrefix.empty()) in stripPathPrefix()473 size_t Pos = Path.find(ClStripPathPrefix); in stripPathPrefix()476 return Path.substr(Pos + ClStripPathPrefix.size()); in stripPathPrefix()