Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/modules/tests/
H A Dnamespace_test.cc136 ns.SetApexSource("com.android.test"); in TEST()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dnamespace.h67 void SetApexSource(std::string apex_name) { in SetApexSource() function
/aosp12/system/linkerconfig/modules/
H A Dnamespace.cc67 ns.SetApexSource(apex_info.name); in InitializeWithApex()