Searched refs:input_filename (Results 1 – 1 of 1) sorted by relevance
1770 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument1771 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()1773 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()1786 const char* input_filename, in ReadCommentedInputFromZip() argument1793 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(input_filename, error_msg)); in ReadCommentedInputFromZip()1795 *error_msg = StringPrintf("Failed to find '%s' within '%s': %s", input_filename, in ReadCommentedInputFromZip()1800 input_filename, in ReadCommentedInputFromZip()1803 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", input_filename, in ReadCommentedInputFromZip()