Home
last modified time | relevance | path

Searched defs:group_name (Results 1 – 21 of 21) sorted by relevance

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_utils.cc31 for (const auto& group_name : groups) { in DeleteGroupsWithSuffix() local
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp98 Partition::Partition(std::string_view name, std::string_view group_name, uint32_t attributes) in Partition()
327 std::string group_name = GetPartitionGroupName(group); in Init() local
334 std::string group_name = GetPartitionGroupName(metadata.groups[partition.group_index]); in Init() local
516 bool MetadataBuilder::AddGroup(std::string_view group_name, uint64_t maximum_size) { in AddGroup()
529 Partition* MetadataBuilder::AddPartition(std::string_view name, std::string_view group_name, in AddPartition()
1107 void MetadataBuilder::RemoveGroupAndPartitions(std::string_view group_name) { in RemoveGroupAndPartitions()
1179 std::string group_name = GetPartitionGroupName(metadata.groups[source.group_index]); in ImportPartition() local
1241 std::vector<Partition*> MetadataBuilder::ListPartitionsInGroup(std::string_view group_name) { in ListPartitionsInGroup()
1251 bool MetadataBuilder::ChangePartitionGroup(Partition* partition, std::string_view group_name) { in ChangePartitionGroup()
1275 bool MetadataBuilder::ChangeGroupSize(const std::string& group_name, uint64_t maximum_size) { in ChangeGroupSize()
H A Dutility.cpp233 std::string group_name = GetPartitionGroupName(group); in UpdateMetadataForInPlaceSnapshot() local
H A Dreader.cpp427 std::string group_name = GetPartitionGroupName(group) + slot_suffix; in AdjustMetadataForSlot() local
H A Dbuilder_test.cpp945 const std::string& partition_name, const std::string& group_name, in AddPartition()
/aosp12/system/extras/simpleperf/
H A DProbeEvents.h26 std::string group_name; member
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater.h73 std::string group_name; member
H A Dsnapshot_metadata_updater_test.cpp121 AssertionResult CheckGroupName(std::string_view partition_name, std::string_view group_name) { in CheckGroupName()
H A Dsnapshot.cpp2776 for (const auto& group_name : current_metadata->ListGroups()) { in CreateUpdateSnapshots() local
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc144 for (const auto& group_name : builder->ListGroups()) { in MergeMetadata() local
320 std::string group_name = GetPartitionGroupName(pt.groups[partition.group_index]); in PrintMetadata() local
375 std::string group_name = GetPartitionGroupName(group); in PrintMetadata() local
H A Dlpmake.cc123 std::string group_name; member
149 std::string group_name = "default"; in Parse() local
H A Dlpadd.cc160 bool SuperHelper::AddPartition(const std::string& partition_name, const std::string& group_name, in AddPartition()
451 std::string group_name = argv[optind++]; in main() local
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DAutoRevokePermissions.proto30 optional string group_name = 1; field
/aosp12/bionic/tests/
H A Dgrp_pwd_test.cpp480 static void check_group(const group* grp, const char* group_name, gid_t gid, in check_group()
496 static void check_getgrgid(const char* group_name, gid_t gid, bool check_groupname) { in check_getgrgid()
504 static void check_getgrnam(const char* group_name, gid_t gid, bool check_groupname) { in check_getgrnam()
512 static void check_getgrgid_r(const char* group_name, gid_t gid, bool check_groupname) { in check_getgrgid_r()
525 static void check_getgrnam_r(const char* group_name, gid_t gid, bool check_groupname) { in check_getgrnam_r()
538 static void check_get_group(const char* group_name, gid_t gid, bool check_groupname = true) { in check_get_group()
/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h143 const std::string& group_name() const { return group_name_; } in group_name() function
157 void set_group_name(std::string_view group_name) { group_name_ = group_name; } in set_group_name()
/aosp12/system/update_engine/payload_generator/
H A Dpayload_generation_config.cc150 for (const auto& group_name : group_names) { in LoadDynamicPartitionMetadata() local
/aosp12/system/core/fastboot/device/
H A Dflashing.cpp222 std::string group_name = GetPartitionGroupName(old_metadata->groups[partition.group_index]); in UpdateSuper() local
/aosp12/art/tools/ahat/etc/
H A Dhprofdump.py200 group_name = readID(hprof) variable
/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp202 string group_name; in OnNewFamily() local
/aosp12/art/runtime/
H A Dthread.cc1816 std::string group_name; in DumpState() local
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto7592 optional string group_name = 3; field