Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dutils.cpp117 std::unique_ptr<FILE, int (*)(FILE *)> mnts(setmntent("/proc/mounts", "re"), in GetFsBlockDeviceAndType() local
119 if (!mnts) { in GetFsBlockDeviceAndType()
124 while ((mnt = getmntent(mnts.get())) != nullptr) { in GetFsBlockDeviceAndType()