Home
last modified time | relevance | path

Searched refs:XUL_LIB_FILE (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPChild.cpp347 # define XUL_LIB_FILE u"xul.dll"_ns macro
350 # define XUL_LIB_FILE u"XUL"_ns macro
353 # define XUL_LIB_FILE u"libxul.so"_ns macro
480 AppendFile(GetParentFile(path), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
497 path = AppendFile(CloneFile(appDir), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPChild.cpp319 # define XUL_LIB_FILE NS_LITERAL_STRING("xul.dll") macro
322 # define XUL_LIB_FILE NS_LITERAL_STRING("XUL") macro
325 # define XUL_LIB_FILE NS_LITERAL_STRING("libxul.so") macro
454 AppendFile(GetParentFile(path), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
471 path = AppendFile(CloneFile(appDir), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPChild.cpp347 # define XUL_LIB_FILE u"xul.dll"_ns macro
350 # define XUL_LIB_FILE u"XUL"_ns macro
353 # define XUL_LIB_FILE u"libxul.so"_ns macro
480 AppendFile(GetParentFile(path), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
497 path = AppendFile(CloneFile(appDir), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPChild.cpp349 # define XUL_LIB_FILE u"xul.dll"_ns macro
352 # define XUL_LIB_FILE u"XUL"_ns macro
355 # define XUL_LIB_FILE u"libxul.so"_ns macro
482 AppendFile(GetParentFile(path), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
499 path = AppendFile(CloneFile(appDir), XUL_LIB_FILE); in MakeCDMHostVerificationPaths()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPChild.cpp328 #define XUL_LIB_FILE NS_LITERAL_STRING("xul.dll") macro
331 #define XUL_LIB_FILE NS_LITERAL_STRING("XUL") macro
334 #define XUL_LIB_FILE NS_LITERAL_STRING("libxul.so") macro
472 NS_SUCCEEDED(path->Append(XUL_LIB_FILE)) && FileExists(path) && in MakeCDMHostVerificationPaths()