Home
last modified time | relevance | path

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

/system/vold/
DUtils.h172 status_t DeleteDirContents(const std::string& pathname);
DUtils.cpp1307 status_t res = DeleteDirContents(pathname); in DeleteDirContentsAndDir()
1319 status_t DeleteDirContents(const std::string& pathname) { in DeleteDirContents() function
DVolumeManager.cpp82 using android::vold::DeleteDirContents;