Searched refs:path_escaped_ (Results 1 – 2 of 2) sorted by relevance
213 path_escaped_ = path_; in SetPath()214 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "\\", "\\\\"); in SetPath()215 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "?", "\\?"); in SetPath()281 if (!MatchPattern(test, path_escaped_)) in MatchesPath()
262 std::string path_escaped_; variable