refine mount prop

This commit is contained in:
5ec1cff
2024-01-02 23:33:15 +08:00
parent 977bd7753d
commit cbd0f0f0c3
7 changed files with 34 additions and 7 deletions
+3
View File
@@ -60,6 +60,7 @@ namespace zygiskd {
RequestCompanionSocket,
GetModuleDir,
ZygoteRestart,
SystemServerStarted,
};
void Init(const char *path = TMP_PATH);
@@ -77,4 +78,6 @@ namespace zygiskd {
int GetModuleDir(size_t index);
void ZygoteRestart();
void SystemServerStarted();
}