Home
last modified time | relevance | path

Searched refs:first_stage_mount (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/Virtualization/microdroid/
H A Dfstab1 system /system ext4 noatime,ro,errors=panic wait,first_stage_mount,logical
2 vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount,logical
/aosp12/system/gsid/tests/
H A Dboot_tests.cpp39 EXPECT_TRUE(entry->fs_mgr_flags.first_stage_mount); in TEST()
/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h84 bool first_stage_mount : 1; member
/aosp12/system/core/init/
H A DAndroid.mk56 first_stage_mount.cpp \
H A DAndroid.bp63 "first_stage_mount.cpp",
289 "first_stage_mount.cpp",
H A Dfirst_stage_mount.cpp170 return !entry.fs_mgr_flags.first_stage_mount; in ReadFirstStageFstab()
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp211 lhs.first_stage_mount == rhs.first_stage_mount && in CompareFlags()
456 flags.first_stage_mount = true; in TEST()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp179 CheckFlag("first_stage_mount", first_stage_mount); in ParseFsMgrFlags()
660 entry.fs_mgr_flags.first_stage_mount = true; in TransformFstabForDsu()
H A Dfs_mgr.cpp1389 if (current_entry.fs_mgr_flags.first_stage_mount && in fs_mgr_mount_all()