Searched refs:flagfile (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc301 flagfile,
302 internal::StringFromGTestEnv("flagfile", ""),
303 "This flag specifies the flagfile to read command-line flags from.");
5254 FILE* flagfile = posix::FOpen(path.c_str(), "r"); local
5255 if (!flagfile) {
5258 GTEST_FLAG(flagfile).c_str());
5262 std::string contents(ReadEntireFile(flagfile));
5263 posix::FClose(flagfile);
5292 } else if (ParseStringFlag(arg, kFlagfileFlag, &GTEST_FLAG(flagfile))) {
5293 LoadFlagsFromFile(GTEST_FLAG(flagfile));
[all...]

Completed in 23 milliseconds