Home
last modified time | relevance | path

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

/aosp_15_r20/external/gflags/src/
H A Dgflags.cc1514 static vector<string> argvs; variable
1995 const vector<string>& argvs = GetArgvs(); in ReparseCommandLineNonHelpFlags() local
/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc914 vector<string> argvs = GetArgvs(); in TEST() local
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/googletest/src/
H A Dgtest-all.cc9010 void SetInjectableArgvs(const ::std::vector<testing::internal::string>* argvs) { in SetInjectableArgvs()