Home
last modified time | relevance | path

Searched refs:SetSystemConfig (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dbasecontext.h44 void SetSystemConfig(const android::linkerconfig::proto::LinkerConfig& config);
/aosp12/system/linkerconfig/modules/
H A Dbasecontext.cc50 void BaseContext::SetSystemConfig( in SetSystemConfig() function in android::linkerconfig::modules::BaseContext
/aosp12/system/linkerconfig/
H A Dmain.cc211 ctx.SetSystemConfig(*system_config); in GetContext()