Searched refs:iconFile (Results 1 – 2 of 2) sorted by relevance
184 const iconFile = resolve(dpiFolderPath, NOTIFICATION_ICON + '.png'); constant185 if (existsSync(iconFile)) {186 unlinkSync(iconFile);
137 const iconFile = (0, path_1.resolve)(dpiFolderPath, exports.NOTIFICATION_ICON + '.png');138 if ((0, fs_1.existsSync)(iconFile)) {139 (0, fs_1.unlinkSync)(iconFile);