Searched refs:folder (Results 1 – 7 of 7) sorted by relevance
92 Status BlockCacheTier::CleanupCacheFolder(const std::string& folder) { in CleanupCacheFolder() argument94 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()
44 static void RemoveDirectory(const std::string& folder) { in RemoveDirectory() argument46 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()
115 Status CleanupCacheFolder(const std::string& folder);
5 …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 …
74 …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…
12 If you have no documentation for your site, you can remove the entire `_docs` folder. Otherwise add…
21 If you have no blog for your site, you can remove the entire `_posts` folder. Otherwise add markdow…