Searched refs:OpenInputFile (Results 1 – 6 of 6) sorted by relevance
43 unique_ptr<istream> OpenInputFile(const std::string& file_name, in OpenInputFile() function62 OpenInputFile(file_name, message_handler); in ReadEntireFile()
96 OpenInputFile(input_file_name, &message_handler); in WriteImageAndFiles()104 OpenInputFile(input_file_name, &message_handler)); in WriteImageAndFiles()
28 std::unique_ptr<std::istream> OpenInputFile(const std::string& file_name,
42 void OpenInputFile(const std::string& rtp_file);
96 void NetEqDecodingTest::OpenInputFile(const std::string& rtp_file) { in OpenInputFile() function in webrtc::NetEqDecodingTest138 OpenInputFile(rtp_file); in DecodeAndCompare()
590 static BROTLI_BOOL OpenInputFile(const char* input_path, FILE** f) { in OpenInputFile() function753 BROTLI_BOOL is_ok = OpenInputFile(context->current_input_path, &context->fin); in OpenFiles()