Searched defs:FstabEntry (Results 1 – 1 of 1) sorted by relevance
32 struct FstabEntry { struct33 std::string blk_device;34 std::string logical_partition_name;35 std::string mount_point;36 std::string fs_type;37 unsigned long flags = 0;38 std::string fs_options;39 std::string key_loc;40 std::string key_dir;41 std::string verity_loc;[all …]