We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4781ae commit addf60eCopy full SHA for addf60e
kernel/throne_tracker.c
@@ -19,7 +19,6 @@
19
20
uid_t ksu_manager_uid = KSU_INVALID_UID;
21
22
-
23
static int get_pkg_from_apk_path(char *pkg, const char *path)
24
{
25
int len = strlen(path);
kernel/user_data_scanner.c
@@ -14,6 +14,8 @@
14
#include "kernel_compat.h"
15
#include "user_data_scanner.h"
16
17
+static bool scan_all_users __read_mostly = false; // Whether to scan all users' data directories
18
+
struct work_buffers *get_work_buffer(void)
static struct work_buffers global_buffer;
0 commit comments