Lines Matching refs:flagfile
388 flagfile, testing::internal::StringFromGTestEnv("flagfile", ""),
389 "This flag specifies the flagfile to read command-line flags from.");
6611 FILE* flagfile = posix::FOpen(path.c_str(), "r");
6612 if (!flagfile) {
6613 GTEST_LOG_(FATAL) << "Unable to open file \"" << GTEST_FLAG_GET(flagfile)
6616 std::string contents(ReadEntireFile(flagfile));
6617 posix::FClose(flagfile);
6643 } else if (ParseFlag(arg, "flagfile", &flagfile_value)) {
6644 GTEST_FLAG_SET(flagfile, flagfile_value);