Searched refs:flagfile (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | parse.h | 26 ABSL_DECLARE_FLAG(std::vector<std::string>, flagfile);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse.cc | 92 ABSL_FLAG(std::vector<std::string>, flagfile, {}, 102 ABSL_INTERNAL_LOG(WARNING, "flagfile set twice before it is handled"); 177 absl::StrCat("Can't open flagfile ", flag_file_name), true); in ReadFromFlagfile() 211 absl::StrCat("Unexpected line in the flagfile ", flag_file_name, ": ", in ReadFromFlagfile() 330 // the first flagfile in the input list are processed before the second flagfile 399 // flags (flagfile, fromenv, tryfromemv) successfully. 406 // flagfile could have been set either on a command line or in HandleGeneratorFlags() 408 // actually process arguments specified in the flagfile, but instead in HandleGeneratorFlags() 411 // created list of arguments first, this will result in flagfile argumen in HandleGeneratorFlags() [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 323 flagfile, 324 internal::StringFromGTestEnv("flagfile", ""), 325 "This flag specifies the flagfile to read command-line flags from."); 5974 FILE* flagfile = posix::FOpen(path.c_str(), "r"); in LoadFlagsFromFile() local 5975 if (!flagfile) { in LoadFlagsFromFile() 5976 GTEST_LOG_(FATAL) << "Unable to open file \"" << GTEST_FLAG(flagfile) in LoadFlagsFromFile() 5979 std::string contents(ReadEntireFile(flagfile)); in LoadFlagsFromFile() 5980 posix::FClose(flagfile); in LoadFlagsFromFile() 6009 } else if (ParseStringFlag(arg, kFlagfileFlag, >EST_FLAG(flagfile))) { in ParseGoogleTestFlagsOnlyImpl() 6010 LoadFlagsFromFile(GTEST_FLAG(flagfile)); in ParseGoogleTestFlagsOnlyImpl() [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 380 flagfile, testing::internal::StringFromGTestEnv("flagfile", ""), 381 "This flag specifies the flagfile to read command-line flags from."); 6602 FILE* flagfile = posix::FOpen(path.c_str(), "r"); 6603 if (!flagfile) { 6604 GTEST_LOG_(FATAL) << "Unable to open file \"" << GTEST_FLAG_GET(flagfile) 6607 std::string contents(ReadEntireFile(flagfile)); 6608 posix::FClose(flagfile); 6634 } else if (ParseFlag(arg, "flagfile", &flagfile_value)) { 6635 GTEST_FLAG_SET(flagfile, flagfile_valu [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 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_valu [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 171 GTEST_DECLARE_string_(flagfile); variable
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 161 GTEST_DECLARE_string_(flagfile); variable
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 156 GTEST_DECLARE_string_(flagfile);
|
Completed in 42 milliseconds