Home
last modified time | relevance | path

Searched refs:GetBootFlagValue (Results 1 – 2 of 2) sorted by relevance

/system/server_configurable_flags/aconfigd/
Dstorage_files.h123 base::Result<std::string> GetBootFlagValue(const PackageFlagContext& context);
Dstorage_files.cpp531 base::Result<std::string> StorageFiles::GetBootFlagValue( in GetBootFlagValue() function in android::aconfigd::StorageFiles
895 auto boot_value = GetBootFlagValue(*context); in ListFlag()