Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dutils.cpp123 struct mntent *mnt; in GetFsBlockDeviceAndType() local
124 while ((mnt = getmntent(mnts.get())) != nullptr) { in GetFsBlockDeviceAndType()
125 if (mnt->mnt_dir == mountpoint) { in GetFsBlockDeviceAndType()
126 *fs_blk_device = mnt->mnt_fsname; in GetFsBlockDeviceAndType()
127 *fs_type = mnt->mnt_type; in GetFsBlockDeviceAndType()