Home
last modified time | relevance | path

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

/system/linkerconfig/modules/tests/
Dnamespace_test.cc158 ns.SetApexSource(ApexSource{"com.android.test", false}); in TEST()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h72 void SetApexSource(ApexSource source) { in SetApexSource() function
/system/linkerconfig/modules/
Dnamespace.cc75 ns.SetApexSource(ApexSource{apex_info.name, apex_info.InVendor()}); in InitializeWithApex()