Home | History | Annotate | Download | only in test

Lines Matching refs:flagfile

249 // Returns the definition of the --flagfile flag to be used in the tests.
253 static const string flagfile = FLAGS_srcdir + "\\gflags_unittest_flagfile";
255 static const string flagfile = FLAGS_srcdir + "/gflags_unittest_flagfile";
257 static const string flagfile_flag = string("--flagfile=") + flagfile;
375 // Tests the filename part of the flagfile
1129 string filename(TmpFile("flagfile"));