Searched refs:output_file_path (Results 1 - 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.h27 void Subset(const char* input_file_path, const char* output_file_path);
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");
/external/lldb/source/Host/common/
H A DHost.cpp1402 const char *output_file_path = NULL; local
1408 output_file_path = ::tmpnam(output_file_path_buffer);
1410 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_path, false, true);
1462 FileSpec file_spec(output_file_path, File::eOpenOptionRead);
1485 if (output_file_path)
1486 ::unlink (output_file_path);
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py831 output_file_path = file_path[:-5]
833 output_file_path = '-'
834 if output_file_path == '-':
837 output_file = file(output_file_path, 'w')
/external/protobuf/gtest/scripts/
H A Dpump.py819 output_file_path = file_path[:-5]
821 output_file_path = '-'
822 if output_file_path == '-':
825 output_file = file(output_file_path, 'w')

Completed in 812 milliseconds