Home
last modified time | relevance | path

Searched refs:IsVndkInSystemNamespace (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Denvironment.h24 bool IsVndkInSystemNamespace();
/aosp12/system/linkerconfig/modules/
H A Denvironment.cc35 bool IsVndkInSystemNamespace() { in IsVndkInSystemNamespace() function
/aosp12/system/linkerconfig/contents/namespace/
H A Dproductdefault.cc39 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) {
H A Dvendordefault.cc48 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) {
H A Dvndkinsystem.cc50 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) {
H A Dvndk.cc111 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) {
/aosp12/system/linkerconfig/contents/section/
H A Dproduct.cc41 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) { in BuildProductSection()
H A Dvendor.cc41 if (android::linkerconfig::modules::IsVndkInSystemNamespace()) { in BuildVendorSection()