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

/system/libvintf/
H A DAssembleVintf.cpp70 std::string getEnv(const std::string& key) const { function in class:android::vintf::AssembleVintfImpl
82 for (auto&& v : base::Split(getEnv(key), " ")) {
93 std::string envValue = getEnv(key);
117 std::string envStrValue = getEnv(envKey);
146 bool getBooleanFlag(const std::string& key) const { return getEnv(key) == std::string("true"); }
149 std::string envValue = getEnv(key);
459 auto vndkVersion = base::Trim(getEnv("REQUIRED_VNDK_VERSION"));
508 auto currentSepolicyVersionString = getEnv("PLATFORM_SEPOLICY_VERSION");

Completed in 6 milliseconds