Searched refs:GetFsType (Results 1 – 4 of 4) sorted by relevance
54 const std::optional<std::string>& GetFsType() const { return fs_type_; } in GetFsType() function
116 Property("fs_type", &ApexFile::GetFsType,117 Eq(other.get().GetFsType())),
157 EXPECT_EQ(std::string(GetParam().type), apex_file->GetFsType().value()); in TEST_P()178 ASSERT_FALSE(apex_file->GetFsType().has_value()); in TEST()
556 if (!apex.GetFsType()) { in MountPackageImpl()560 apex.GetFsType().value().c_str(), mount_flags, nullptr) == 0) { in MountPackageImpl()