Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
28 #include "util/file.h"
238 bool Options::SetMetadataFile(const std::string &file)
241 metadataFile = file;
254 Logger::E(TAG, "invalid idl file path:%s", sourceFile.c_str());
259 Logger::E(TAG, "this idl file has been add:%s", sourceFile.c_str());
337 Logger::E(TAG, "Option 'intf-type sa' must set idl file.");
652 printf("Compile a .idl file and generate C/C++/Ts/Rust and Java codes.\n"
653 "Usage: idl [options] file\n"
662 " --dump-ast Display the AST of the compiled file\n"
663 " --dump-metadata Display the metadata generated from the compiled file, "
667 " -c Compile the .idl file\n"
668 " -D <directory> Directory of the idl file, only support 'intf-type hdi'\n"
670 " -o <file> Place the output into <file>, only support 'intf-type hdi'\n"
671 " -s <file> Place the metadata into <file>, only support 'intf-type sa'\n"
681 " -t <hitrace tag> Place the constant name from hitrace_meter.h file in <hitrace tag>, "