Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfstab/include/fstab/
Dfstab.h33 struct FstabEntry { struct
34 std::string blk_device;
35 std::vector<std::string> user_devices;
36 std::string logical_partition_name;
37 std::string mount_point;
38 std::string fs_type;
39 unsigned long flags = 0;
40 std::string fs_options;
41 std::string fs_checkpoint_opts;
42 std::string metadata_key_dir;
[all …]