Lines Matching refs:DBGSourcePath
374 std::string DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary() local
390 std::string original_DBGSourcePath_value = DBGSourcePath; in GetModuleSpecInfoFromUUIDDictionary()
420 DBGSourcePath.clear(); in GetModuleSpecInfoFromUUIDDictionary()
425 CFCString::FileSystemRepresentation(values[i], DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
427 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
434 DBGSourcePath = original_DBGSourcePath_value; in GetModuleSpecInfoFromUUIDDictionary()
436 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()
437 FileSpec resolved_source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
439 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()
446 DBGSourcePath, true); in GetModuleSpecInfoFromUUIDDictionary()
449 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
478 CFCString::FileSystemRepresentation(cf_str, DBGSourcePath); in GetModuleSpecInfoFromUUIDDictionary()
481 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) { in GetModuleSpecInfoFromUUIDDictionary()
482 if (DBGSourcePath[0] == '~') { in GetModuleSpecInfoFromUUIDDictionary()
483 FileSpec resolved_source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary()
485 DBGSourcePath = resolved_source_path.GetPath(); in GetModuleSpecInfoFromUUIDDictionary()
488 DBGSourcePath, true); in GetModuleSpecInfoFromUUIDDictionary()