Lines Matching refs:DBGSourcePath
346 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
362 std::string original_DBGSourcePath_value = DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary()
392 DBGSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
397 CFCString::FileSystemRepresentation(values[i], DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
399 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
406 DBGSourcePath = original_DBGSourcePath_value; in GetModuleSpecInfoFromUUIDDictionary()
408 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()
409 FileSpec resolved_source_path(DBGSourcePath.c_str()); 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()
452 CFCString::FileSystemRepresentation(cf_str, DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
455 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { 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()
463 ConstString(DBGSourcePath.c_str()), true); in GetModuleSpecInfoFromUUIDDictionary()