Searched refs:DBGSourcePath (Results 1 – 1 of 1) sorted by relevance
346 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local392 DBGSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()406 DBGSourcePath = original_DBGSourcePath_value; in GetModuleSpecInfoFromUUIDDictionary()408 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()411 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()419 ConstString(DBGSourcePath.c_str()), true); in GetModuleSpecInfoFromUUIDDictionary()422 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()456 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()457 FileSpec resolved_source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()459 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()[all …]