Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/
H A DConfig.cpp332 bool Config::GetOption(const char** options_str, std::string* option, std::string* value) { in GetOption() function in Config
388 while (GetOption(&options_str, &option, &value)) { in Init()
H A DConfig.h131 static bool GetOption(const char** option_str, std::string* option, std::string* value);
/aosp12/art/test/ti-stress/
H A Dstress.cc653 static std::string GetOption(const std::string& in) { in GetOption() function
661 CHECK_EQ(GetOption(ops), "jvmti-stress") << "Options should start with jvmti-stress"; in ReadOptions()
664 std::string cur = GetOption(ops); in ReadOptions()
674 LOG(FATAL) << "Unknown option: " << GetOption(ops); in ReadOptions()