Home
last modified time | relevance | path

Searched refs:getEnv (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
DAssembleVintf.cpp102 std::string getEnv(const std::string& key) const { in getEnv() function in android::vintf::AssembleVintfImpl
114 for (auto&& v : base::Split(getEnv(key), " ")) { in getEnvList()
125 std::string envValue = getEnv(key); in getFlag()
153 std::string envStrValue = getEnv(envKey); in getFlagIfUnset()
176 bool getBooleanFlag(const std::string& key) const { return getEnv(key) == std::string("true"); } in getBooleanFlag()
179 std::string envValue = getEnv(key); in getIntegerFlag()
716 auto vndkVersion = base::Trim(getEnv("REQUIRED_VNDK_VERSION")); in assembleCompatibilityMatrix()
762 auto currentSepolicyVersionString = getEnv("PLATFORM_SEPOLICY_VERSION"); in assembleCompatibilityMatrix()
/system/libvintf/include-test/vintf/
DAssembleVintf.h64 virtual std::string getEnv(const std::string& key) const = 0;