Home
last modified time | relevance | path

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

/system/server_configurable_flags/aconfigd/
Dstorage_files.h211 base::Result<bool> IsFlagReadOnly(const PackageFlagContext& context);
Dstorage_files.cpp263 base::Result<bool> StorageFiles::IsFlagReadOnly(const PackageFlagContext& context) { in IsFlagReadOnly() function in android::aconfigd::StorageFiles
593 auto readonly = IsFlagReadOnly(context); in SetServerFlagValue()
631 auto readonly = IsFlagReadOnly(context); in SetLocalFlagValue()