Searched refs:mnt (Results 1 – 1 of 1) sorted by relevance
123 struct mntent *mnt; in GetFsBlockDeviceAndType() local124 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()