| 136 | } |
| 137 | |
| 138 | LibCacheEntryHandle::~LibCacheEntryHandle() { |
| 139 | if (entry_ != nullptr) LibCache::instance()->DecrementUseCount(entry_); |
| 140 | } |
| 141 | |
| 142 | Status LibCache::GetSoFunctionPtr(const string& hdfs_lib_file, const string& symbol, |
| 143 | time_t exp_mtime, void** fn_ptr, LibCacheEntry** ent, bool quiet) { |
nothing calls this directly
no test coverage detected