Searched refs:output_file_path (Results 1 – 6 of 6) 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/lldb/source/Host/common/ |
D | Host.cpp | 1402 const char *output_file_path = NULL; in RunShellCommand() local 1408 output_file_path = ::tmpnam(output_file_path_buffer); in RunShellCommand() 1410 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_path, false, true); in RunShellCommand() 1462 FileSpec file_spec(output_file_path, File::eOpenOptionRead); in RunShellCommand() 1485 if (output_file_path) in RunShellCommand() 1486 ::unlink (output_file_path); in RunShellCommand()
|
/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')
|
/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')
|