Searched defs:GetTestDirectory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h136 virtual Status GetTestDirectory(std::string* path) = 0;
315 virtual Status GetTestDirectory(std::string* path) { function in class:leveldb::EnvWrapper
316 return target_->GetTestDirectory(path);
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc361 virtual Status GetTestDirectory(std::string* path) { function in class:leveldb::__anon12454::InMemoryEnv
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc158 return "GetTestDirectory";
645 Status ChromiumEnv::GetTestDirectory(std::string* path) { function in class:leveldb_env::ChromiumEnv
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc456 virtual Status GetTestDirectory(std::string* result) { function in class:leveldb::__anon12468::PosixEnv

Completed in 180 milliseconds