Searched refs:resolved_paths_ (Results 1 – 1 of 1) sorted by relevance
422 auto cached = resolved_paths_.find(path); in get_paths()423 if (cached == resolved_paths_.end()) { in get_paths()424 resolved_paths_[path] = resolve_path(path); in get_paths()425 cached = resolved_paths_.find(path); in get_paths()427 CHECK(cached != resolved_paths_.end()); in get_paths()455 std::unordered_map<std::string, std::string> resolved_paths_; member in Properties