Searched refs:output_file_path (Results 1 – 7 of 7) sorted by relevance
/external/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 43 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()
|
D | subset_util.h | 27 void Subset(const char* input_file_path, const char* output_file_path);
|
/external/sfntly/cpp/src/sample/chromium/ |
D | chrome_subsetter.cc | 62 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/ |
D | chaos_analyzer.py | 248 output_file_path = ( 251 with open(output_file_path, "w") as output_file:
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | 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')
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | 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/ |
D | 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')
|