MCPcopy Create free account

hub / github.com/TheAssassin/AppImageLauncher / functions

Functions130 in github.com/TheAssassin/AppImageLauncher

↓ 20 callersFunctionlog_error
src/binfmt-bypass/logging.h:56
↓ 14 callersFunctiondisplayError
src/shared/shared.cpp:255
↓ 13 callersFunctionintegratedAppImagesDestination
src/shared/shared.cpp:263
↓ 12 callersMethoddirectories
src/fswatcher/filesystemwatcher.cpp:218
↓ 12 callersFunctionrunAppImage
Runs an AppImage. Returns suitable exit code for main application.
src/ui/main.cpp:38
↓ 11 callersFunctionlog_debug
src/binfmt-bypass/logging.h:43
↓ 9 callersMethodpath
src/trashbin/trashbin.cpp:34
↓ 8 callersMethodexec
src/cli/commands/IntegrateCommand.cpp:13
↓ 6 callersFunctiongetConfig
src/shared/shared.cpp:181
↓ 6 callersFunctionswap_data_if_necessary
src/binfmt-bypass/elf.cpp:42
↓ 5 callersFunctioninstallDesktopFileAndIcons
src/shared/shared.cpp:603
↓ 4 callersFunction__init
src/binfmt-bypass/preload.c:39
↓ 4 callersFunctionbuildPathToIntegratedAppImage
src/shared/shared.cpp:472
↓ 4 callersFunctioncleanUpOldDesktopIntegrationResources
src/shared/shared.cpp:1019
↓ 4 callersFunctionupdateDesktopDatabaseAndIconCaches
src/shared/shared.cpp:541
↓ 3 callersFunction__abs_appimage_path
src/binfmt-bypass/preload.c:61
↓ 3 callersFunctiondaemonDirectoriesToWatch
src/shared/shared.cpp:441
↓ 3 callersFunctiondesktopFileHasBeenUpdatedSinceLastUpdate
src/shared/shared.cpp:1110
↓ 3 callersFunctiondisplayWarning
src/shared/shared.cpp:259
↓ 3 callersFunctionhasAlreadyBeenIntegrated
src/shared/shared.cpp:1011
↓ 3 callersFunctionisHeadless
TODO: check if this works with Wayland
src/shared/shared.cpp:210
↓ 3 callersFunctionopen
used by squashfuse, specifically util.c/sqfs_fd_open
src/binfmt-bypass/preload.c:141
↓ 3 callersFunctionpathToPrivateDataDirectory
src/shared/shared.cpp:1232
↓ 3 callersFunctionrealpath
src/binfmt-bypass/preload.c:113
↓ 3 callersFunctionsetUpFallbackIconPaths
src/shared/shared.cpp:1312
↓ 3 callersFunctionv_log_message_prefix
src/binfmt-bypass/logging.h:23
↓ 2 callersFunctionadditionalAppImagesLocations
src/shared/shared.cpp:330
↓ 2 callersFunctioncheckAuthorizationAndShowDialogIfNecessary
src/shared/shared.cpp:1152
↓ 2 callersMethodcleanUp
src/trashbin/trashbin.cpp:62
↓ 2 callersFunctioncopy_and_patch_runtime
src/binfmt-bypass/main.cpp:18
↓ 2 callersFunctioncreateConfigFile
src/shared/shared.cpp:108
↓ 2 callersFunctiondisplayMessageBox
avoids code duplication, and works for both graphical and non-graphical environments
src/shared/shared.cpp:244
↓ 2 callersMethodexecuteDeferredOperations
src/daemon/worker.cpp:119
↓ 2 callersFunctionexpandTilde
src/shared/shared.cpp:92
↓ 2 callersFunctiongetConfigFilePath
calculate path to config file
src/shared/shared.cpp:102
↓ 2 callersFunctiongetMTime
src/shared/shared.cpp:1100
↓ 2 callersFunctiongetOwnBinaryPath
src/shared/shared.cpp:564
↓ 2 callersFunctioninitialSearchForAppImages
src/daemon/main.cpp:60
↓ 2 callersFunctionisAppImage
src/shared/shared.cpp:1125
↓ 2 callersMethodisDuplicate
in addition to a simple duplicate check, this function is context sensitive it starts with the last element, and checks for duplicates until an opposi
src/daemon/worker.cpp:98
↓ 2 callersFunctionisInDirectory
src/shared/shared.cpp:1015
↓ 2 callersFunctionloadIconWithFallback
src/shared/shared.cpp:1270
↓ 2 callersFunctionmakeExecutable
src/shared/shared.cpp:54
↓ 2 callersFunctionprivateLibDirPath
src/shared/shared.cpp:574
↓ 2 callersFunctionreadFileModificationTime
* Read the modification time of the file pointed by <filePath> * @param filePath * @return file modification time */
src/daemon/main.cpp:28
↓ 2 callersMethodscheduleForIntegration
src/daemon/worker.cpp:151
↓ 2 callersMethodstartWatching
src/fswatcher/filesystemwatcher.cpp:224
↓ 2 callersFunctionunregisterAppImage
src/shared/shared.cpp:1261
↓ 2 callersFunctionv_log_message
src/binfmt-bypass/logging.h:13
↓ 1 callersFunctionbswap
src/binfmt-bypass/elf.cpp:27
↓ 1 callersMethodcanBeCleanedUp
src/trashbin/trashbin.cpp:25
↓ 1 callersFunctioncopy_sources_to_translations
(root: ET.Element)
i18n/auto-translate.py:8
↓ 1 callersFunctioncreate_memfd_with_patched_runtime
src/binfmt-bypass/main.cpp:43
↓ 1 callersFunctioncreate_shm_fd_with_patched_runtime
src/binfmt-bypass/main.cpp:68
↓ 1 callersMethoddisposeAppImage
src/trashbin/trashbin.cpp:38
↓ 1 callersFunctionelf_binary_size
src/binfmt-bypass/elf.cpp:94
↓ 1 callersFunctionfindCollisions
src/shared/shared.cpp:501
↓ 1 callersFunctionfind_preload_library
src/binfmt-bypass/main.cpp:118
↓ 1 callersFunctiongetAdditionalDirectoriesFromConfig
src/shared/shared.cpp:412
↓ 1 callersFunctiongetApp
factory method to build and return a suitable Qt application instance it remembers a previously created instance, and will return it if available othe
src/ui/main.cpp:101
↓ 1 callersFunctiongetAppImageDigestMd5
src/shared/shared.cpp:948
↓ 1 callersFunctionintegrateAppImage
src/shared/shared.cpp:880
↓ 1 callersFunctionlistMounts
src/shared/shared.cpp:313
↓ 1 callersFunctionlog_message
src/binfmt-bypass/logging.h:32
↓ 1 callersFunctionlog_warning
src/binfmt-bypass/logging.h:66
↓ 1 callersFunctionmain
()
i18n/auto-translate.py:21
↓ 1 callersFunctionmakeNonExecutable
src/shared/shared.cpp:73
↓ 1 callersMethodreadEventsFromFd
reads events from the inotify fd and emits the correct signals
src/fswatcher/filesystemwatcher.cpp:49
↓ 1 callersFunctionreadlink
src/binfmt-bypass/preload.c:90
↓ 1 callersFunctionsetupBinaryUpdatesMonitor
* Monitors whether the application binary has changed since the process was started. In such case the application * is restarted. * * @param argv
src/daemon/main.cpp:40
↓ 1 callersFunctionshallMonitorMountedFilesystems
src/shared/shared.cpp:407
↓ 1 callersFunctionshowFirstRunDialog
src/ui/first-run.cpp:145
↓ 1 callersMethodstopWatching
src/fswatcher/filesystemwatcher.cpp:246
↓ 1 callersFunctionupdateDesktopFileAndIcons
src/shared/shared.cpp:876
↓ 1 callersMethodupdateWatchedDirectories
src/fswatcher/filesystemwatcher.cpp:286
↓ 1 callersFunctionwhich
src/shared/shared.cpp:1130
↓ 1 callersMethodwriteConfigFile
src/ui/first-run.cpp:138
MethodCliError
src/cli/commands/exceptions.h:14
MethodCommandNotFoundError
src/cli/commands/exceptions.h:22
MethodFileSystemWatcher
src/fswatcher/filesystemwatcher.cpp:203
MethodFileSystemWatcherError
src/fswatcher/filesystemwatcher.h:20
MethodFirstRunDialog
src/ui/first-run.cpp:134
MethodINotifyEvent
src/fswatcher/filesystemwatcher.cpp:23
MethodMount
src/shared/shared.cpp:284
MethodOperationTask
src/daemon/worker.cpp:42
MethodPrivateData
src/trashbin/trashbin.cpp:20
MethodPrivateData
src/fswatcher/filesystemwatcher.cpp:94
MethodPrivateData
src/daemon/worker.cpp:88
MethodSettingsDialog
src/ui/settings_dialog.cpp:12
MethodTranslationManager
src/i18n/translationmanager.cpp:14
MethodTrashBin
src/trashbin/trashbin.cpp:30
MethodWorker
src/daemon/worker.cpp:112
MethodaddDirectoryToWatchToListView
src/ui/settings_dialog.cpp:61
Methodexec
src/cli/commands/UnintegrateCommand.cpp:13
FunctiongErrorDeleter
src/shared/shared.cpp:49
FunctiongKeyFileDeleter
src/shared/shared.cpp:44
MethodgetCommandByName
src/cli/commands/CommandFactory.cpp:11
MethodgetCommandName
src/cli/commands/exceptions.h:25
MethodgetTranslationDir
src/i18n/translationmanager.cpp:44
Functionget_elf_size
src/binfmt-bypass/elf.cpp:52
next →1–100 of 130, ranked by callers