mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-08 16:16:26 +00:00
Prune unused nodes from trie
This commit is contained in:
@@ -67,7 +67,7 @@ class SystemProperties {
|
||||
int Get(const char* name, char* value);
|
||||
int Update(prop_info* pi, const char* value, unsigned int len);
|
||||
int Add(const char* name, unsigned int namelen, const char* value, unsigned int valuelen);
|
||||
int Delete(const char *name);
|
||||
int Delete(const char *name, bool trim_node);
|
||||
uint32_t Serial(const prop_info* pi);
|
||||
uint32_t WaitAny(uint32_t old_serial);
|
||||
bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr,
|
||||
|
||||
Reference in New Issue
Block a user