Searched defs:FsMgrFlags (Results 1 – 1 of 1) sorted by relevance
60 struct FsMgrFlags { struct61 bool wait : 1;62 bool check : 1;63 bool crypt : 1;64 bool nonremovable : 1;65 bool vold_managed : 1;66 bool recovery_only : 1;67 bool verify : 1;68 bool force_crypt : 1;69 bool no_emulated_sd : 1; // No emulated sdcard daemon; sd card is the only external[all …]