Home
last modified time | relevance | path

Searched refs:output_file_path (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc43 const char *output_file_path) { in Subset() argument
44 UNREFERENCED_PARAMETER(output_file_path); in Subset()
92 FILE* output_file = fopen(output_file_path, "wb"); in Subset()
Dsubset_util.h27 void Subset(const char* input_file_path, const char* output_file_path);
/external/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, in SaveFile() argument
68 fopen_s(&output_file, output_file_path, "wb"); in SaveFile()
70 output_file = fopen(output_file_path, "wb"); in SaveFile()
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer.py248 output_file_path = (
251 with open(output_file_path, "w") as output_file:
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py839 output_file_path = file_path[:-5]
841 output_file_path = '-'
842 if output_file_path == '-':
845 output_file = file(output_file_path, 'w')
/external/google-breakpad/src/testing/gtest/scripts/
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/
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')