Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/build/
Daidl_rust_glue.py30 def emit(self, output_file, indent=""): argument
51 def emit_mangled(self, output_file, indent="", prefix=""): argument
/system/core/libsparse/
Doutput_file.cpp79 struct output_file { struct
83 struct output_file_ops* ops; argument
94 struct output_file out; argument
/system/sepolicy/tools/
Dversion_policy.c92 FILE *output_file = NULL; in main() local
Dinsertkeys.py254 output_file = sys.stdout if options.output_file == "stdout" else open(options.output_file, "w") variable
/system/extras/simpleperf/runtest/
Druntest.py321 def _call(self, args, output_file=None): argument
333 def _call(self, args, output_file=None): argument
352 def _call(self, args, output_file=None): argument
/system/extras/simpleperf/
Dcmd_boot_record.cpp168 std::string output_file = RECORD_OUT_DIR + "/" + GetDefaultOutputFilename(); in Record() local
Dcmd_kmem_test.cpp73 static bool RunKmemRecordCmd(std::vector<std::string> v, const char* output_file = nullptr) { in RunKmemRecordCmd()
Dcmd_record_test.cpp63 static bool RunRecordCmd(std::vector<std::string> v, const char* output_file = nullptr) { in RunRecordCmd()
/system/tools/aidl/
Dgenerate_cpp_analyzer.cpp191 bool GenerateCppAnalyzer(const string& output_file, const Options& options, in GenerateCppAnalyzer()
Daidl.cpp161 const string& input_file, const string& output_file) { in write_dep_file()
Daidl_to_cpp_common.cpp104 bool ValidateOutputFilePath(const string& output_file, const Options& options, in ValidateOutputFilePath()
Dgenerate_ndk.cpp100 void GenerateNdk(const string& output_file, const Options& options, const AidlTypenames& types, in GenerateNdk()
Dgenerate_cpp.cpp1517 bool GenerateCpp(const string& output_file, const Options& options, const AidlTypenames& typenames, in GenerateCpp()
Daidl_unittest.cpp1075 std::string output_file; in TEST_P() member
5332 const std::string output_file = "out/base/p/q/IFoo.cpp"; in TEST_F() local