HomeSort by relevance Sort by last modified time
    Searched refs:output_file_path (Results 1 - 7 of 7) sorted by null

  /external/sfntly/cpp/src/sample/subsetter/
subset_util.h 27 void Subset(const char* input_file_path, const char* output_file_path);
subset_util.cc 43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
valueset_output_formatter_unittest.py 16 self.output_file_path = tempfile.mkstemp()[1]
20 os.remove(self.output_file_path)
42 with open(self.output_file_path, 'w') as output_file:
46 written_data = json.load(open(self.output_file_path))
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 831 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/
pump.py 819 output_file_path = file_path[:-5]
821 output_file_path = '-'
822 if output_file_path == '-':
825 output_file = file(output_file_path, 'w')
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 839 output_file_path = file_path[:-5]
841 output_file_path = '-'
842 if output_file_path == '-':
845 output_file = file(output_file_path, 'w')

Completed in 84 milliseconds