Searched defs:output_file_path (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
42 Subset(const char *input_file_path, const char *output_file_path) argument
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, argument
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");

Completed in 190 milliseconds