• Michael Stahl's avatar
    vcl: don't throw misleading exceptions on every failed access · 4d635dca
    Michael Stahl yazdı
    During the build different instances of gengal will create a temp file
    called "instdir/share/config/cdefghij.klm", and enumerate the
    directories in instdir/share/config; it may happen that the enumeration
    sees the temp file, and it is removed before fetchFileStatus is called,
    resulting in E_NOENT rc and the exception.
    
    The FileIsValidIconTheme() should be able to handle most errors here.
    
    (regression from 60954a8a)
    
    Change-Id: Id9361a37b8569d01509efcc8cda2bc17e9eabcd8
    4d635dca
IconThemeScanner.cxx 6.2 KB