Searched refs:fs_blk_device (Results 1 – 2 of 2) sorted by relevance
145 std::string *fs_blk_device, in GetFsBlockDeviceAndType() argument156 *fs_blk_device = mnt->mnt_fsname; in GetFsBlockDeviceAndType()170 static bool GetFilesystemUuid(const std::string &fs_blk_device, in GetFilesystemUuid() argument174 open(fs_blk_device.c_str(), O_RDONLY | O_CLOEXEC)); in GetFilesystemUuid()176 ADD_FAILURE() << "Failed to open fs block device " << fs_blk_device in GetFilesystemUuid()185 ADD_FAILURE() << "Error reading ext4 superblock from " << fs_blk_device in GetFilesystemUuid()190 ADD_FAILURE() << "Failed to find ext4 superblock on " << fs_blk_device; in GetFilesystemUuid()201 ADD_FAILURE() << "Error reading f2fs superblock from " << fs_blk_device in GetFilesystemUuid()206 ADD_FAILURE() << "Failed to find f2fs superblock on " << fs_blk_device; in GetFilesystemUuid()212 << fs_blk_device << Errno(); in GetFilesystemUuid()[all …]
114 std::string fs_blk_device; member