Home
last modified time | relevance | path

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

/system/vold/
DUtils.h129 class ScopedDir {
132 ScopedDir(DIR* dir);
133 ~ScopedDir();
136 DISALLOW_COPY_AND_ASSIGN(ScopedDir);
DUtils.cpp667 ScopedDir::ScopedDir(DIR* dir) : dir_(dir) {} in ScopedDir() function in android::vold::ScopedDir
669 ScopedDir::~ScopedDir() { in ~ScopedDir()
DCommandListener.cpp683 const android::vold::ScopedDir dir(opendir("/proc")); in runCommandInNamespace()