Searched refs:FormatAndFile (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | perf_converter.cc | 17 using quipper::FormatAndFile; 36 bool ParseArguments(int argc, char* argv[], FormatAndFile* input, in ParseArguments() 37 FormatAndFile* output) { in ParseArguments() 87 FormatAndFile input, output; in main()
|
D | conversion_utils.h | 21 struct FormatAndFile { struct 31 bool ConvertFile(const FormatAndFile& input, const FormatAndFile& output); argument
|
D | conversion_utils.cc | 49 bool ReadInput(const FormatAndFile& input, PerfReader* reader, in ReadInput() 74 bool WriteOutput(const FormatAndFile& output, const PerfParserOptions& options, in WriteOutput() 116 bool ConvertFile(const FormatAndFile& input, const FormatAndFile& output) { in ConvertFile()
|
D | conversion_utils_test.cc | 25 FormatAndFile input, output; in TEST_P()
|