Lines Matching refs:path
341 /// Getter of the write-corpus-path option.
343 /// @return true iff corpus-path information shall be emitted
348 /// Setter of the write-corpus-path option
355 /// Getter of the comp-dir-path option.
362 /// Setter of the comp-dir-path option
2117 /// Set the 'write-corpus-path' flag.
2119 /// When this flag is set then the XML writer will emit corpus-path
2124 /// @param flag the new value of the 'write-corpus-path' flag.
2420 o << " path='" << xml::escape_xml_string(tu_path) << "'";
2423 o << " comp-dir-path='"
4507 // For an abi-corpus as part of an abi-corpus group, only omit the path, but
4523 out << " path='" << xml::escape_xml_string(corpus_path) << "'";
4622 out << " path='" << xml::escape_xml_string(group->get_path()) << "'";
4780 string path;
4783 l.expand(path, line, col);
4784 o << path << ":" << line << "," << col << "\n";