Searched defs:FstabEntry (Results 1 – 1 of 1) sorted by relevance
32 struct FstabEntry { struct33 std::string blk_device;37 std::string fs_type;43 off64_t length = 0;44 std::string label;45 int partnum = -1;46 int swap_prio = -1;57 std::string avb_keys;58 std::string lowerdir;60 struct FsMgrFlags {[all …]