Searched refs:kDefaultGroup (Results 1 – 5 of 5) sorted by relevance
53 constexpr const char* kDefaultGroup = "foo"; variable147 AddGroup(&manifest, std::string(kDefaultGroup) + suffix, kDefaultGroupSize); in PartitionSuffixSizesToManifest()170 auto* g = AddGroup(&manifest, std::string(kDefaultGroup), kDefaultGroupSize); in PartitionSizesToManifest()
510 if (!AddGroup(std::string(kDefaultGroup), 0)) { in Init()526 return AddPartition(name, kDefaultGroup, attributes); in AddPartition()900 if (auto_slot_suffixing_ && group->name() != kDefaultGroup) { in Export()1108 if (group_name == kDefaultGroup) { in RemoveGroupAndPartitions()1276 if (group_name == kDefaultGroup) { in ChangeGroupSize()
133 if (!builder_->ChangePartitionGroup(existing_partition, android::fs_mgr::kDefaultGroup)) { in MovePartitionsToDefault()
192 std::string partition_group = std::string(android::fs_mgr::kDefaultGroup);
43 static constexpr std::string_view kDefaultGroup = "default"; variable