Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc92 Status BlockCacheTier::CleanupCacheFolder(const std::string& folder) { in CleanupCacheFolder() argument
94 Status status = opt_.env->GetChildren(folder, &files); in CleanupCacheFolder()
96 Error(opt_.log, "Error getting files for %s. %s", folder.c_str(), in CleanupCacheFolder()
106 status = opt_.env->DeleteFile(folder + "/" + file); in CleanupCacheFolder()
Dpersistent_cache_test.cc44 static void RemoveDirectory(const std::string& folder) { in RemoveDirectory() argument
46 Status status = Env::Default()->GetChildren(folder, &files); in RemoveDirectory()
57 status = Env::Default()->DeleteFile(folder + "/" + file); in RemoveDirectory()
61 status = Env::Default()->DeleteDir(folder); in RemoveDirectory()
Dblock_cache_tier.h115 Status CleanupCacheFolder(const std::string& folder);
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md5 …g` (used for Like button stories and Shares on Facbeook) in the `static` folder with your own logo…
13 …L and Jekyll's template tags (called Liquid) in there too. Checkout this folder's index.md for an …
DCONTRIBUTING.md74 …arkdown (file extension `.md` or `.markdown`). See current posts in that folder or `./doc-type-exa…
86 1. Add your markdown file to the `./_docs/` folder. See `./doc-type-examples/docs-hello-world.md` f…
/rocksdb-6.9/docs/doc-type-examples/
Ddocs-hello-world.md12 If you have no documentation for your site, you can remove the entire `_docs` folder. Otherwise add…
D2016-04-07-blog-post-example.md21 If you have no blog for your site, you can remove the entire `_posts` folder. Otherwise add markdow…