Searched refs:Dir_cache (Results 1 – 2 of 2) sorted by relevance
42 class Dir_cache class45 Dir_cache(const char* dirname) in Dir_cache() function in __anon88731e130111::Dir_cache57 Dir_cache(const Dir_cache&);58 Dir_cache& operator=(const Dir_cache&);65 Dir_cache::read_files() in read_files()88 Dir_cache::find(const std::string& basename) const in find()112 Dir_cache* lookup(const char*) const;119 typedef Unordered_map<const char*, Dir_cache*> Cache_hash;142 Dir_cache* cache = new Dir_cache(dirname); in add()149 std::pair<const char*, Dir_cache*> v(dirname, cache); in add()[all …]
5222 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.