Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/generator/
H A Dvariableloader.cc33 using android::linkerconfig::modules::GetProductVndkVersion;
43 Variables::AddValue("PRODUCT_VNDK_VERSION", GetProductVndkVersion()); in LoadVndkVersionVariable()
128 LoadVndkLibraryListVariables(root, GetProductVndkVersion(), "PRODUCT"); in LoadLibraryListVariables()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Denvironment.h26 std::string GetProductVndkVersion();
/aosp12/system/linkerconfig/modules/
H A Denvironment.cc43 std::string GetProductVndkVersion() { in GetProductVndkVersion() function