Home
last modified time | relevance | path

Searched refs:formattable (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h72 bool formattable : 1; member
/system/core/fs_mgr/
Dfs_mgr_roots.cpp121 if (result == -1 && rec->fs_mgr_flags.formattable) { in EnsurePathMounted()
Dfs_mgr_fstab.cpp167 CheckFlag("formattable", formattable); in ParseFsMgrFlags()
575 userdata.fs_mgr_flags.formattable = true; in BuildDsuUserdataFstabEntry()
600 userdata.fs_mgr_flags.formattable = true; in TransformFstabForDsu()
Dfs_mgr.cpp1332 (!current_entry.fs_mgr_flags.formattable || in fs_mgr_mount_all()
1464 current_entry.fs_mgr_flags.formattable && wiped) { in fs_mgr_mount_all()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp296 lhs.formattable == rhs.formattable && in CompareFlags()
351 flags.formattable = true; in TEST()
/system/core/init/
Dfirst_stage_mount.cpp515 } else if (current->fs_mgr_flags.formattable) { in MountPartitions()