Searched refs:fs_blk_device (Results 1 – 2 of 2) sorted by relevance
115 std::string *fs_blk_device, in GetFsBlockDeviceAndType() argument126 *fs_blk_device = mnt->mnt_fsname; in GetFsBlockDeviceAndType()140 static bool GetFilesystemUuid(const std::string &fs_blk_device, in GetFilesystemUuid() argument144 open(fs_blk_device.c_str(), O_RDONLY | O_CLOEXEC)); in GetFilesystemUuid()146 ADD_FAILURE() << "Failed to open fs block device " << fs_blk_device in GetFilesystemUuid()155 ADD_FAILURE() << "Error reading ext4 superblock from " << fs_blk_device in GetFilesystemUuid()160 ADD_FAILURE() << "Failed to find ext4 superblock on " << fs_blk_device; in GetFilesystemUuid()171 ADD_FAILURE() << "Error reading f2fs superblock from " << fs_blk_device in GetFilesystemUuid()176 ADD_FAILURE() << "Failed to find f2fs superblock on " << fs_blk_device; in GetFilesystemUuid()182 << fs_blk_device << Errno(); in GetFilesystemUuid()[all …]
100 std::string fs_blk_device; member