Home
last modified time | relevance | path

Searched defs:from_env (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DOptions.cpp81 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError()
96 bool from_env) { in GetNumeric()
117 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric()
129 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly()
146 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations()
158 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile()
191 bool from_env) { in HandleArg()
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs67 pub fn from_env() -> Result<Self> { in from_env() method
/aosp12/art/libartbase/base/
H A Dcommon_art_test.cc217 std::filesystem::path from_env(std::filesystem::weakly_canonical(android_host_out_from_env)); in GetAndroidHostOut() local