Searched refs:ScopedDir (Results 1 – 3 of 3) sorted by relevance
131 class ScopedDir {134 ScopedDir(DIR* dir);135 ~ScopedDir();138 DISALLOW_COPY_AND_ASSIGN(ScopedDir);
688 ScopedDir::ScopedDir(DIR* dir) : dir_(dir) {} in ScopedDir() function in android::vold::ScopedDir690 ScopedDir::~ScopedDir() { in ~ScopedDir()
683 const android::vold::ScopedDir dir(opendir("/proc")); in runCommandInNamespace()