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