Searched defs:getEnvList (Results 1 - 1 of 1) sorted by relevance

/system/libvintf/
H A DAssembleVintf.cpp80 std::vector<std::string> getEnvList(const std::string& key) const { function in class:android::vintf::AssembleVintfImpl
341 for (auto&& v : getEnvList("PROVIDED_VNDK_VERSIONS")) {
345 for (auto&& v : getEnvList("PLATFORM_SYSTEMSDK_VERSIONS")) {
472 for (auto&& v : getEnvList("BOARD_SYSTEMSDK_VERSIONS")) {
507 auto sepolicyVersionStrings = getEnvList("PLATFORM_SEPOLICY_COMPAT_VERSIONS");

Completed in 64 milliseconds