Searched refs:DBGBuildSourcePath (Results 1 – 2 of 2) sorted by relevance
200 char DBGBuildSourcePath[PATH_MAX]; in CreateInstance() local202 DBGBuildSourcePath[0] = '\0'; in CreateInstance()234 … strncpy(DBGBuildSourcePath, node_content, sizeof(DBGBuildSourcePath)); in CreateInstance()272 if (DBGBuildSourcePath[0] && DBGSourcePath[0]) in CreateInstance()274 …module_sp->GetSourceMappingList().Append (ConstString(DBGBuildSourcePath), ConstString(DBGSourcePa… in CreateInstance()
608 std::string DBGBuildSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local614 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath); in GetModuleSpecInfoFromUUIDDictionary()623 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) in GetModuleSpecInfoFromUUIDDictionary()625 …module_spec.GetSourceMappingList().Append (ConstString(DBGBuildSourcePath.c_str()), ConstString(DB… in GetModuleSpecInfoFromUUIDDictionary()