Lines Matching refs:string
39 #include <string.h>
55 static bool file_exists(const string &file_name) {
62 string *symbol_file) {
82 string *symbol_file,
83 string *symbol_data) {
91 std::getline(in, *symbol_data, string::traits_type::to_char_type(
92 string::traits_type::eof()));
101 string *symbol_file,
107 string symbol_data_string;
132 map<string, char *>::iterator it = memory_buffers_.find(module->code_file());
144 const string &root_path, string *symbol_file) {
154 string path = root_path;
158 string debug_file_name = PathnameStripper::File(module->debug_file());
169 string identifier = module->debug_identifier();
183 string debug_file_extension;