Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/aconfigd/src/
Dstorage_files.rs103 pub(crate) struct PackageFlagContext { struct
104 pub package: String,
105 pub flag: String,
106 pub package_exists: bool,
107 pub flag_exists: bool,
108 pub value_type: FlagValueType,
109 pub flag_index: u32,
386 ) -> Result<PackageFlagContext, AconfigdError> { in get_package_flag_context()
446 context: &PackageFlagContext, in get_flag_attribute()
469 context: &PackageFlagContext, in get_flag_value_from_file()
[all …]