Home
last modified time | relevance | path

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

/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dmain.cpp65 string headerFilename; in run() local
97 headerFilename = argv[index]; in run()
181 if (cppFilename.empty() && headerFilename.empty() in run()
257 if (!headerFilename.empty()) { in run()
258 FILE* out = fopen(headerFilename.c_str(), "w"); in run()
260 fprintf(stderr, "Unable to open file for write: %s\n", headerFilename.c_str()); in run()