Lines Matching defs:DBGBuildSourcePath
843 std::string DBGBuildSourcePath;
889 DBGBuildSourcePath.clear();
892 CFCString::FileSystemRepresentation(keys[i], DBGBuildSourcePath);
897 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) {
915 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath,
918 FileSpec build_path(DBGBuildSourcePath.c_str());
936 // If we have a DBGBuildSourcePath + DBGSourcePath pair, append them to the
940 CFSTR("DBGBuildSourcePath"));
942 CFCString::FileSystemRepresentation(cf_str, DBGBuildSourcePath);
951 if (!DBGBuildSourcePath.empty() && !DBGSourcePath.empty()) {
957 module_spec.GetSourceMappingList().Append(DBGBuildSourcePath,