Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/build_tools/
Dupdate_dependencies.sh29 local lib_name=$1
33 local result="$TP2_LATEST/$lib_name/"
55 local __res_var=${lib_name^^}"_BASE"
/rocksdb-6.9/include/rocksdb/
Denv.h1282 Status LoadLibrary(const std::string& lib_name, in LoadLibrary() argument
1285 return target_->LoadLibrary(lib_name, search_path, result); in LoadLibrary()
/rocksdb-6.9/env/
Dcomposite_env_wrapper.h496 Status LoadLibrary(const std::string& lib_name, in LoadLibrary() argument
499 return env_target_->LoadLibrary(lib_name, search_path, result); in LoadLibrary()