Searched refs:input_filename (Results 1 – 1 of 1) sorted by relevance
1776 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument1777 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()1779 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()1792 const char* input_filename, in ReadCommentedInputFromZip() argument1799 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(input_filename, error_msg)); in ReadCommentedInputFromZip()1801 *error_msg = StringPrintf("Failed to find '%s' within '%s': %s", input_filename, in ReadCommentedInputFromZip()1806 input_filename, in ReadCommentedInputFromZip()1809 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", input_filename, in ReadCommentedInputFromZip()