Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/fs/
H A DVfat.cpp201 struct mount_args { struct
202 const std::string& source;
203 const std::string& target;
204 bool ro;
205 bool remount;
206 bool executable;
207 int ownerUid;
208 int ownerGid;
209 int permMask;
210 bool createLost;
H A DExfat.cpp80 struct mount_args { struct
81 const std::string& source;
82 const std::string& target;
83 int ownerUid;
84 int ownerGid;
85 int permMask;