Searched refs:bugreportName (Results 1 – 2 of 2) sorted by relevance
84 const bugreportName = (await bugreportMainEntry.file.text()).trim(); constant85 const rawBugReport = files.find((file) => file.file.name === bugreportName);125 const bugreportName = (await bugreportMainEntry.file.text()).trim(); constant130 file.file.name === bugreportName
541 String bugreportName = reportName.replaceAll("[ ,:]", "_"); in getBugreport() local542 commandLineReport(bugreportName + ".txt", "bugreport"); in getBugreport()