Home
last modified time | relevance | path

Searched refs:debug_file_length (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/windows/
H A Dpe_util.cc179 size_t debug_file_length = strnlen_s(cv_info->pdb_filename, MAX_PATH); in ReadModuleInfo() local
180 if (debug_file_length < 0 || debug_file_length >= MAX_PATH) { in ReadModuleInfo()
184 std::string debug_file(cv_info->pdb_filename, debug_file_length); in ReadModuleInfo()