Searched refs:input_filename (Results 1 – 1 of 1) sorted by relevance
2320 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile() argument2321 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile()2323 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()2336 const char* input_filename, in ReadCommentedInputFromZip() argument2343 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(input_filename, error_msg)); in ReadCommentedInputFromZip()2345 *error_msg = StringPrintf("Failed to find '%s' within '%s': %s", input_filename, in ReadCommentedInputFromZip()2350 input_filename, in ReadCommentedInputFromZip()2353 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", input_filename, in ReadCommentedInputFromZip()