mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-18 10:42:30 +00:00
Separate fstab finding to its own function
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
class FirstStageInit : public BaseInit {
|
||||
private:
|
||||
void prepare();
|
||||
void get_default_fstab(char *buf, size_t len);
|
||||
public:
|
||||
FirstStageInit(char *argv[], BootConfig *cmd) : BaseInit(argv, cmd) {
|
||||
LOGD("%s\n", __FUNCTION__);
|
||||
|
Reference in New Issue
Block a user