Searched refs:DBGSourcePath (Results 1 – 2 of 2) sorted by relevance
201 char DBGSourcePath[PATH_MAX]; in CreateInstance() local203 DBGSourcePath[0] = '\0'; in CreateInstance()254 … resolved_source_path.GetPath(DBGSourcePath, sizeof(DBGSourcePath)); in CreateInstance()272 if (DBGBuildSourcePath[0] && DBGSourcePath[0]) in CreateInstance()274 …>GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePath), true); in CreateInstance()
609 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local620 CFCString::FileSystemRepresentation(cf_str, DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()623 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) in GetModuleSpecInfoFromUUIDDictionary()625 …ngList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DBGSourcePath.c_str()), true… in GetModuleSpecInfoFromUUIDDictionary()