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