| 56 | }; |
| 57 | |
| 58 | enum State { |
| 59 | SUCCESS = 0, |
| 60 | FAILURE = 1 |
| 61 | }; |
| 62 | |
| 63 | static const std::set<std::string> toumount_sources = {"KSU", "APatch", "magisk", "worker"}; |
| 64 | static const std::string adbPathPrefix = "/data/adb"; |
nothing calls this directly
no outgoing calls
no test coverage detected