Home
last modified time | relevance | path

Searched defs:FsMgrFlags (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libfstab/include/fstab/
H A Dfstab.h63 struct FsMgrFlags { struct
64 bool wait : 1;
65 bool check : 1;
66 bool crypt : 1; // Now only used to identify adoptable storage volumes
67 bool nonremovable : 1;
68 bool vold_managed : 1;
69 bool recovery_only : 1;
70 bool no_emulated_sd : 1; // No emulated sdcard daemon; sd card is the only external
72 bool no_trim : 1;
73 bool file_encryption : 1;
[all …]