Searched refs:AppendFlagsIntoFile (Results 1 – 6 of 6) sorted by relevance
1127 TEST(DeprecatedFunctionsTest, AppendFlagsIntoFile) { in TEST() argument1131 const bool r = AppendFlagsIntoFile(filename, "not the real argv0"); in TEST()1159 bool r = AppendFlagsIntoFile(filename, GetArgv0()); in TEST()
76 using GFLAGS_NAMESPACE::AppendFlagsIntoFile;
303 extern GFLAGS_DLL_DECL bool AppendFlagsIntoFile(const std::string& filename, const char* prog_name);
1803 bool AppendFlagsIntoFile(const string& filename, const char *prog_name) { in AppendFlagsIntoFile() function