Home
last modified time | relevance | path

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

/system/vold/
DUtils.h131 class ScopedDir {
134 ScopedDir(DIR* dir);
135 ~ScopedDir();
138 DISALLOW_COPY_AND_ASSIGN(ScopedDir);
DUtils.cpp688 ScopedDir::ScopedDir(DIR* dir) : dir_(dir) {} in ScopedDir() function in android::vold::ScopedDir
690 ScopedDir::~ScopedDir() { in ~ScopedDir()
DCommandListener.cpp683 const android::vold::ScopedDir dir(opendir("/proc")); in runCommandInNamespace()