Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Denv_posix.cc196 std::string local_path; in LoadLibrary() local
198 while (getline(ss, local_path, kPathSeparator)) { in LoadLibrary()
200 std::string full_name = local_path + "/" + library_name; in LoadLibrary()