===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-sushi-3.34.0/src/sushi.in-28-if (!file.query_exists(null)) {
gnome-sushi-3.34.0/src/sushi.in:29:    printerr(`The file at ${file.get_uri()} does not exist.`);
gnome-sushi-3.34.0/src/sushi.in-30-    System.exit(1);
##############################################
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-226-    _applyLabels(state) {
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js:227:        let titleStr = `<b><big>${state.fileInfo.get_display_name()}</big></b>`;
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-228-        this._titleLabel.set_markup(titleStr);
##############################################
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-245-                format(state.fileItems + state.directoryItems);
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js:246:            sizeFormatted = `${GLib.format_size(state.totalSize)}, ${itemsStr}`;
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-247-        } else {
##############################################
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-275-        } catch (e) {
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js:276:            logError(e, `Error loading surface for icon ${icon.to_string()}`);
gnome-sushi-3.34.0/src/ui/fallbackRenderer.js-277-        }
##############################################
gnome-sushi-3.34.0/src/ui/mainWindow.js-185-
gnome-sushi-3.34.0/src/ui/mainWindow.js:186:            this.application.set_accels_for_action(`win.${name}`, [accel]);
gnome-sushi-3.34.0/src/ui/mainWindow.js-187-            this.add_action(action);
##############################################
gnome-sushi-3.34.0/src/ui/mainWindow.js-346-            if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.NOT_SUPPORTED))
gnome-sushi-3.34.0/src/ui/mainWindow.js:347:                logError(e, `Failed to query default handler for ${this.file.get_uri()}`);
gnome-sushi-3.34.0/src/ui/mainWindow.js-348-            this._openButton.set_label(_("Open"));
##############################################
gnome-sushi-3.34.0/src/ui/mainWindow.js-367-            } catch (e) {
gnome-sushi-3.34.0/src/ui/mainWindow.js:368:                logError(e, `Failed to launch default handler for ${this.file.get_uri()}`);
gnome-sushi-3.34.0/src/ui/mainWindow.js-369-            }
##############################################
gnome-sushi-3.34.0/src/viewers/audio.js-88-        let cachePath = GLib.build_filenamev([GLib.get_user_cache_dir(), 'sushi']);
gnome-sushi-3.34.0/src/viewers/audio.js:89:        return Gio.File.new_for_path(GLib.build_filenamev([cachePath, `${asin}.jpg`]));
gnome-sushi-3.34.0/src/viewers/audio.js-90-    }