Searched refs:filesystem_type (Results 1 – 10 of 10) sorted by relevance
130 filesystem_type == that.filesystem_type && in operator ==()
110 std::string filesystem_type; member
166 partition.filesystem_type, in PerformPartitionPostinstall()
863 install_part.filesystem_type = partition.filesystem_type(); in ParseManifestPartitions()
49 std::string filesystem_type; member
41 return !run && path.empty() && filesystem_type.empty() && !optional; in IsEmpty()121 &part.postinstall.filesystem_type); in LoadPostInstallConfig()
40 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type); in TEST_F()
148 if (!part.postinstall.filesystem_type.empty()) in WritePayload()149 partition->set_filesystem_type(part.postinstall.filesystem_type); in WritePayload()
227 // |filesystem_type|.240 optional string filesystem_type = 4; field