Lines Matching refs:FILE
34 // This file contains the implementation of all our command line flags
75 // with any other part of this file.
154 "load flags from file");
177 // This is used by this file, and also in commandlineflags_reporting.cc
506 const char* const file_; // Which file did this come from?
533 // Compute top-level directory & file that this appears in
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
695 "One possibility: file '%s' is being linked both statically "
924 // These are the 'recursive' flags, defined at the top of this file.
962 // Snarf an entire file into a C++ string. This is just so that we
964 // Plus, it's convenient to have the whole file contents at hand.
965 // Adds a newline at the end of the file.
972 FILE* fp = fopen(filename, "r");
1088 const char* file = filename_list[i].c_str();
1089 msg += ProcessOptionsFromStringLocked(ReadFileIntoString(file), set_mode);
1227 // We read this file a line at a time.
1352 // Now define the functions that are exported via the .h file
1664 // commandline flags into a file/string and read them back
1726 FILE *fp = fopen(filename.c_str(), "a");