Home
last modified time | relevance | path

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

/system/core/fs_mgr/include_fstab/fstab/
Dfstab.h39 struct fstab_rec { struct
40 char* blk_device;
41 char* mount_point;
42 char* fs_type;
43 unsigned long flags;
44 char* fs_options;
45 int fs_mgr_flags;
46 char* key_loc;
70 struct fstab_rec* fs_mgr_get_entry_for_mount_point(struct fstab* fstab, const std::string& path); argument
/system/core/init/
Dinit_first_stage.cpp283 for (auto fstab_rec : mount_fstab_recs_) { in MountPartitions() local
300 for (auto fstab_rec : mount_fstab_recs_) { in GetRequiredDevices() local
326 for (auto fstab_rec : mount_fstab_recs_) { in GetRequiredDevices() local
337 bool FirstStageMountVBootV1::SetUpDmVerity(fstab_rec* fstab_rec) { in SetUpDmVerity() argument
380 for (auto fstab_rec : mount_fstab_recs_) { in GetRequiredDevices() local
436 bool FirstStageMountVBootV2::SetUpDmVerity(fstab_rec* fstab_rec) { in SetUpDmVerity() argument