Home
last modified time | relevance | path

Searched refs:UI_DIR_SEPARATOR (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/client/
H A Dcrashreporter.cpp181 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
209 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in AppendStackTracesToEventFile()
261 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
304 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
305 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
306 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
342 gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
364 gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
369 string path = submittedDir + UI_DIR_SEPARATOR + in AddSubmittedReport()
512 gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + version; in CheckEndOfLifed()
[all …]
H A Dcrashreporter.h29 #define UI_DIR_SEPARATOR "\\" macro
36 #define UI_DIR_SEPARATOR "/" macro
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/client/
H A Dcrashreporter.cpp145 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
211 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in UpdateEventFile()
244 string fpath = gEventsPath + UI_DIR_SEPARATOR + localId + "-submission"; in WriteSubmissionEvent()
274 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
311 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
312 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
313 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
347 string reportPath = gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
367 string submittedDir = gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
373 submittedDir + UI_DIR_SEPARATOR + responseItems["CrashID"] + ".txt"; in AddSubmittedReport()
[all …]
H A Dcrashreporter.h29 # define UI_DIR_SEPARATOR "\\" macro
36 # define UI_DIR_SEPARATOR "/" macro
H A Dping.cpp310 string pingPath = pingDir + UI_DIR_SEPARATOR + uuid + ".json"; in SendCrashPing()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/client/
H A Dcrashreporter.cpp176 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
201 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in AppendToEventFile()
220 string fpath = gEventsPath + UI_DIR_SEPARATOR + localId + "-submission"; in WriteSubmissionEvent()
250 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
287 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
288 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
289 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
323 string reportPath = gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
343 string submittedDir = gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
349 submittedDir + UI_DIR_SEPARATOR + responseItems["CrashID"] + ".txt"; in AddSubmittedReport()
[all …]
H A Dcrashreporter.h29 #define UI_DIR_SEPARATOR "\\" macro
36 #define UI_DIR_SEPARATOR "/" macro
H A Dping.cpp322 string pingPath = pingDir + UI_DIR_SEPARATOR + uuid + ".json"; in SendCrashPing()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/client/
H A Dcrashreporter.cpp145 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
211 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in UpdateEventFile()
244 string fpath = gEventsPath + UI_DIR_SEPARATOR + localId + "-submission"; in WriteSubmissionEvent()
274 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
311 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
312 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
313 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
347 string reportPath = gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
367 string submittedDir = gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
373 submittedDir + UI_DIR_SEPARATOR + responseItems["CrashID"] + ".txt"; in AddSubmittedReport()
[all …]
H A Dcrashreporter.h29 # define UI_DIR_SEPARATOR "\\" macro
36 # define UI_DIR_SEPARATOR "/" macro
H A Dping.cpp310 string pingPath = pingDir + UI_DIR_SEPARATOR + uuid + ".json"; in SendCrashPing()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/client/
H A Dcrashreporter.cpp145 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
211 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in UpdateEventFile()
244 string fpath = gEventsPath + UI_DIR_SEPARATOR + localId + "-submission"; in WriteSubmissionEvent()
274 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
311 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
312 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
313 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
347 string reportPath = gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
367 string submittedDir = gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
373 submittedDir + UI_DIR_SEPARATOR + responseItems["CrashID"] + ".txt"; in AddSubmittedReport()
[all …]
H A Dcrashreporter.h29 # define UI_DIR_SEPARATOR "\\" macro
36 # define UI_DIR_SEPARATOR "/" macro
H A Dping.cpp310 string pingPath = pingDir + UI_DIR_SEPARATOR + uuid + ".json"; in SendCrashPing()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/client/
H A Dcrashreporter.cpp145 string::size_type slashIndex = file.rfind(UI_DIR_SEPARATOR); in Basename()
211 string path = gEventsPath + UI_DIR_SEPARATOR + localId; in UpdateEventFile()
244 string fpath = gEventsPath + UI_DIR_SEPARATOR + localId + "-submission"; in WriteSubmissionEvent()
274 string logPath = gSettingsPath + UI_DIR_SEPARATOR + "submit.log"; in OpenLogFile()
311 string newDump = toDir + UI_DIR_SEPARATOR + Basename(dumpfile); in MoveCrashData()
312 string newExtra = toDir + UI_DIR_SEPARATOR + Basename(extrafile); in MoveCrashData()
313 string newMemory = toDir + UI_DIR_SEPARATOR + Basename(memoryfile); in MoveCrashData()
347 string reportPath = gSettingsPath + UI_DIR_SEPARATOR + "EndOfLife" + in AddSubmittedReport()
367 string submittedDir = gSettingsPath + UI_DIR_SEPARATOR + "submitted"; in AddSubmittedReport()
373 submittedDir + UI_DIR_SEPARATOR + responseItems["CrashID"] + ".txt"; in AddSubmittedReport()
[all …]
H A Dcrashreporter.h29 # define UI_DIR_SEPARATOR "\\" macro
36 # define UI_DIR_SEPARATOR "/" macro
H A Dping.cpp310 string pingPath = pingDir + UI_DIR_SEPARATOR + uuid + ".json"; in SendCrashPing()