Searched refs:new_group (Results 1 – 2 of 2) sorted by relevance
296 gid_t new_group = -1; in MakeDevice() local329 new_group = gid; in MakeDevice()342 if (chown(path.c_str(), uid, new_group) < 0) { in MakeDevice()343 PLOG(ERROR) << "Cannot chown " << path << " " << uid << " " << new_group; in MakeDevice()
196 PackageGroup& new_group = package_groups_.emplace_back(); in BuildDynamicRefTable() local201 new_group.dynamic_ref_table = std::move(overlay_ref_table); in BuildDynamicRefTable()204 DynamicRefTable* ref_table = new_group.dynamic_ref_table.get(); in BuildDynamicRefTable()