Searched refs:filesystem_type (Results 1 – 11 of 11) sorted by relevance
126 {"filesystem_type", partition.filesystem_type}, in ToString()185 filesystem_type == that.filesystem_type && in operator ==()
44 .filesystem_type = "foo-type", in TEST()
122 std::string filesystem_type; member
198 partition.filesystem_type, in PerformPartitionPostinstall()
701 install_part.filesystem_type = partition.filesystem_type(); in ParseManifestPartitions()
49 std::string filesystem_type; member
43 return !run && path.empty() && filesystem_type.empty() && !optional; in IsEmpty()130 &part.postinstall.filesystem_type); in LoadPostInstallConfig()
40 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type); in TEST_F()
156 if (!part.postinstall.filesystem_type.empty()) in WritePayload()157 partition->set_filesystem_type(part.postinstall.filesystem_type); in WritePayload()
252 // |filesystem_type|.265 optional string filesystem_type = 4; field