Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DOptions.cpp253 if (!ProcessSingle(line.c_str(), child_args, false)) { in ProcessFlagfile()
260 bool Options::ProcessSingle(const char* arg, std::vector<char*>* child_args, bool allow_flagfile) { in ProcessSingle() function in android::gtest_extras::Options
370 if (!ProcessSingle(args[i], child_args, true)) { in Process()
H A DOptions.h81 bool ProcessSingle(const char* arg, std::vector<char*>* child_args, bool allow_flagfile);