Searched defs:output_file (Results 1 – 8 of 8) sorted by relevance
/system/core/libsparse/ |
D | output_file.cpp | 80 struct output_file { struct 84 struct output_file_ops* ops; argument 95 struct output_file out; argument
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 321 def _call(self, args, output_file=None): argument 333 def _call(self, args, output_file=None): argument 355 def _call(self, args, output_file=None): argument
|
/system/tools/aidl/ |
D | generate_ndk.cpp | 38 void GenerateNdkInterface(const string& output_file, const Options& options, in GenerateNdkInterface() 63 void GenerateNdkParcel(const string& output_file, const Options& options, in GenerateNdkParcel() 96 void GenerateNdk(const string& output_file, const Options& options, const AidlTypenames& types, in GenerateNdk()
|
D | generate_cpp.cpp | 1152 bool GenerateCppInterface(const string& output_file, const Options& options, in GenerateCppInterface() 1185 bool GenerateCppParcel(const string& output_file, const Options& options, in GenerateCppParcel() 1225 bool GenerateCpp(const string& output_file, const Options& options, const TypeNamespace& types, in GenerateCpp()
|
D | aidl.cpp | 213 const string& input_file, const string& output_file) { in write_dep_file()
|
/system/extras/simpleperf/ |
D | cmd_kmem_test.cpp | 74 const char* output_file = nullptr) { in RunKmemRecordCmd()
|
D | cmd_record_test.cpp | 48 const char* output_file = nullptr) { in RunRecordCmd()
|
/system/sepolicy/tools/ |
D | insertkeys.py | 255 output_file = sys.stdout if options.output_file == "stdout" else open(options.output_file, "w") variable
|