Searched refs:statRetval (Results 1 – 6 of 6) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 954 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 955 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 977 if (aCache && 0 == statRetval && !newFaceList.IsEmpty()) { in AppendFacesFromFontFile()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 967 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 968 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 993 if (aCache && 0 == statRetval && !newFaceList.IsEmpty()) { in AppendFacesFromFontFile()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 1155 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 1156 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 1178 0 == statRetval ? aCache : nullptr, s.st_mtime, in AppendFacesFromFontFile()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 1113 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 1114 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 1136 0 == statRetval ? aCache : nullptr, s.st_mtime, in AppendFacesFromFontFile()
|
/dports/www/firefox/firefox-99.0/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 1160 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 1161 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 1183 0 == statRetval ? aCache : nullptr, s.st_mtime, in AppendFacesFromFontFile()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/ |
H A D | gfxFT2FontList.cpp | 1155 int statRetval = stat(aFileName.get(), &s); in AppendFacesFromFontFile() local 1156 if (!cachedFaceList.IsEmpty() && 0 == statRetval && in AppendFacesFromFontFile() 1178 0 == statRetval ? aCache : nullptr, s.st_mtime, in AppendFacesFromFontFile()
|