Searched refs:ScopedDir (Results 1 – 3 of 3) sorted by relevance
129 class ScopedDir {132 ScopedDir(DIR* dir);133 ~ScopedDir();136 DISALLOW_COPY_AND_ASSIGN(ScopedDir);
667 ScopedDir::ScopedDir(DIR* dir) : dir_(dir) {} in ScopedDir() function in android::vold::ScopedDir669 ScopedDir::~ScopedDir() { in ~ScopedDir()
683 const android::vold::ScopedDir dir(opendir("/proc")); in runCommandInNamespace()