Home
last modified time | relevance | path

Searched refs:AppendFlagsIntoFile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc1127 TEST(DeprecatedFunctionsTest, AppendFlagsIntoFile) { in TEST() argument
1131 const bool r = AppendFlagsIntoFile(filename, "not the real argv0"); in TEST()
1159 bool r = AppendFlagsIntoFile(filename, GetArgv0()); in TEST()
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_google.h76 using GFLAGS_NAMESPACE::AppendFlagsIntoFile;
H A Dgflags.h303 extern GFLAGS_DLL_DECL bool AppendFlagsIntoFile(const std::string& filename, const char* prog_name);
/aosp_15_r20/external/gflags/src/
H A Dgflags_ns.h.in76 using GFLAGS_NAMESPACE::AppendFlagsIntoFile;
H A Dgflags.cc1803 bool AppendFlagsIntoFile(const string& filename, const char *prog_name) { in AppendFlagsIntoFile() function
H A Dgflags.h.in303 extern GFLAGS_DLL_DECL bool AppendFlagsIntoFile(const std::string& filename, const char* prog_name);