Searched refs:input_files_ (Results 1 – 2 of 2) sorted by relevance
770 for (int i = 0; i < input_files_.size(); i++) { in Run()772 importer.AddUnusedImportTrackFile(input_files_[i]); in Run()773 const FileDescriptor* parsed_file = importer.Import(input_files_[i]); in Run()896 input_files_.clear(); in Clear()911 for (int i = 0; i < input_files_.size(); i++) { in MakeInputsBeProtoPathRelative()914 input_files_[i], &virtual_file, &shadowing_disk_file)) { in MakeInputsBeProtoPathRelative()916 input_files_[i] = virtual_file; in MakeInputsBeProtoPathRelative()919 std::cerr << input_files_[i] in MakeInputsBeProtoPathRelative()927 std::cerr << input_files_[i] << ": " << strerror(errno) << std::endl; in MakeInputsBeProtoPathRelative()931 if (access(input_files_[i].c_str(), F_OK) < 0) { in MakeInputsBeProtoPathRelative()[all …]
348 vector<string> input_files_; // Names of the input proto files. variable