OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatAndFile
(Results
1 - 4
of
4
) sorted by null
/external/perf_data_converter/src/quipper/
conversion_utils.h
21
struct
FormatAndFile
{
31
bool ConvertFile(const
FormatAndFile
& input, const
FormatAndFile
& output);
perf_converter.cc
17
using quipper::
FormatAndFile
;
36
bool ParseArguments(int argc, char* argv[],
FormatAndFile
* input,
37
FormatAndFile
* output) {
87
FormatAndFile
input, output;
conversion_utils.cc
49
bool ReadInput(const
FormatAndFile
& input, PerfReader* reader,
74
bool WriteOutput(const
FormatAndFile
& output, const PerfParserOptions& options,
116
bool ConvertFile(const
FormatAndFile
& input, const
FormatAndFile
& output) {
conversion_utils_test.cc
25
FormatAndFile
input, output;
Completed in 232 milliseconds