Searched refs:flag_info_file (Results 1 – 1 of 1) sorted by relevance
268 auto flag_info_file = GetPersistFlagInfo(); in IsFlagReadOnly() local269 if (!flag_info_file.ok()) { in IsFlagReadOnly()270 return base::Error() << flag_info_file.error(); in IsFlagReadOnly()274 **flag_info_file, context.value_type, context.flag_index); in IsFlagReadOnly()452 auto flag_info_file = GetPersistFlagInfo(); in GetFlagAttribute() local453 if (!flag_info_file.ok()) { in GetFlagAttribute()454 return base::Error() << flag_info_file.error(); in GetFlagAttribute()457 auto attribute = get_flag_attribute(**flag_info_file, context.value_type, context.flag_index); in GetFlagAttribute()681 auto flag_info_file = GetPersistFlagInfo(); in SetHasServerOverride() local682 if (!flag_info_file.ok()) { in SetHasServerOverride()[all …]