Searched refs:ScopedReaddir (Results 1 – 3 of 3) sorted by relevance
23 class ScopedReaddir {25 explicit ScopedReaddir(const char* path) : ScopedReaddir(opendir(path)) { in ScopedReaddir() function28 explicit ScopedReaddir(DIR* dir) { in ScopedReaddir() function32 ~ScopedReaddir() { in ~ScopedReaddir()49 BIONIC_DISALLOW_COPY_AND_ASSIGN(ScopedReaddir);
49 ScopedReaddir reader("/sys/devices/system/cpu"); in get_nprocs_conf()
109 ScopedReaddir reader(dir); in scandirat()