Lines Matching defs:DBGSourcePath
844 std::string DBGSourcePath;
860 std::string original_DBGSourcePath_value = DBGSourcePath;
890 DBGSourcePath.clear();
895 CFCString::FileSystemRepresentation(values[i], DBGSourcePath);
897 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) {
899 // DBGSourcePath values (the "values" half of key-value path pairs)
900 // were wrong. Ignore them and use the universal DBGSourcePath
904 DBGSourcePath = original_DBGSourcePath_value;
906 if (DBGSourcePath[0] == '~') {
907 FileSpec resolved_source_path(DBGSourcePath.c_str());
909 DBGSourcePath = resolved_source_path.GetPath();
916 DBGSourcePath, true);
919 FileSpec source_path(DBGSourcePath.c_str());
936 // If we have a DBGBuildSourcePath + DBGSourcePath pair, append them to the
946 CFSTR("DBGSourcePath"));
948 CFCString::FileSystemRepresentation(cf_str, DBGSourcePath);
951 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) {
952 if (DBGSourcePath[0] == '~') {
953 FileSpec resolved_source_path(DBGSourcePath.c_str());
955 DBGSourcePath = resolved_source_path.GetPath();
958 DBGSourcePath, true);