Searched refs:CheckFlag (Results 1 – 1 of 1) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 156 #define CheckFlag(flag_name, value) \ in ParseFsMgrFlags() macro 162 CheckFlag("wait", wait); in ParseFsMgrFlags() 163 CheckFlag("check", check); in ParseFsMgrFlags() 164 CheckFlag("nonremovable", nonremovable); in ParseFsMgrFlags() 165 CheckFlag("recoveryonly", recovery_only); in ParseFsMgrFlags() 166 CheckFlag("noemulatedsd", no_emulated_sd); in ParseFsMgrFlags() 167 CheckFlag("notrim", no_trim); in ParseFsMgrFlags() 168 CheckFlag("verify", verify); in ParseFsMgrFlags() 169 CheckFlag("formattable", formattable); in ParseFsMgrFlags() 170 CheckFlag("slotselect", slot_select); in ParseFsMgrFlags() [all …]
|