Searched defs:ScopedDir (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DUtils.h129 class ScopedDir { class in namespace:android::vold
132 ScopedDir(DIR* dir);
133 ~ScopedDir();
136 DISALLOW_COPY_AND_ASSIGN(ScopedDir);
H A DUtils.cpp667 ScopedDir::ScopedDir(DIR* dir) : dir_(dir) {} function in class:android::vold::ScopedDir
669 ScopedDir::~ScopedDir() {

Completed in 64 milliseconds