Home
last modified time | relevance | path

Searched refs:mnts (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DFileDeviceUtils.cpp44 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in BlockDeviceForPath() local
45 if (!mnts) { in BlockDeviceForPath()
52 while ((mnt = getmntent(mnts.get())) != nullptr) { in BlockDeviceForPath()
DUtils.cpp811 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in findMountPointsWithPrefix() local
812 if (!mnts) { in findMountPointsWithPrefix()
820 while ((mnt = getmntent(mnts.get())) != nullptr) { in findMountPointsWithPrefix()