Lines Matching defs:path

203   /// Getter of the path to the ABI file.
205 /// @return the path to the native xml abi file.
210 /// Setter of the path to the ABI file.
212 /// @param the new path to the native ABI file.
1117 xml::xml_char_sptr path_str = XML_READER_GET_ATTRIBUTE(xml_reader, "path");
1118 string path;
1122 path = reinterpret_cast<char*>(path_str.get());
1123 corpus_path(path);
1124 corp.set_path(path);
1151 if ((!soname.empty() || !path.empty())
1152 && corpus_is_suppressed_by_soname_or_filename(soname, path))
1175 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path");
1615 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path");
1620 XML_NODE_GET_ATTRIBUTE(node, "comp-dir-path");
1659 /// path of the xml node we need to look at, then return that
1676 xml::xml_char_sptr path_str = XML_NODE_GET_ATTRIBUTE(node, "path");
2102 xml::xml_char_sptr path_str = XML_READER_GET_ATTRIBUTE(reader, "path");
2146 /// @param path the path to the input file to read the XML document
2158 read_corpus_group_from_abixml_file(const string& path,
2161 fe_iface_sptr rdr = create_reader(path, env);
2166 /// Parse an ABI instrumentation file (in XML format) at a given path.
2168 /// @param input_file a path to the file containing the xml document
6108 /// @param path the path to the native XML file to read.
6114 create_reader(const string& path, environment& env)
6116 reader_sptr result(new reader(xml::new_reader_from_file(path),
6124 result->set_path(path);
6174 /// @param path the path to the input file to read the XML document
6185 read_corpus_from_abixml_file(const string& path,
6188 fe_iface_sptr rdr = create_reader(path, env);
6210 /// @param file_path the path to the file containing the type-ids <->