Searched defs:derive_gid (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.cpp102 mode_t mask, bool derive_gid, bool default_normal, bool use_esdfs) {
108 if (derive_gid && i < 2) new_opts += "derive_gid,";
148 bool derive_gid, bool default_normal, bool use_esdfs) {
151 derive_gid, default_normal, use_esdfs);
159 bool derive_gid, bool default_normal, bool use_esdfs) {
169 AID_SDCARD_RW, 0006, derive_gid, default_normal, use_esdfs) ||
171 multi_user, userid, AID_EVERYBODY, 0027, derive_gid,
175 derive_gid, default_normal, use_esdfs)) {
183 AID_SDCARD_RW, 0006, derive_gid, default_norma
100 sdcardfs_setup(const std::string& source_path, const std::string& dest_path, uid_t fsuid, gid_t fsgid, bool multi_user, userid_t userid, gid_t gid, mode_t mask, bool derive_gid, bool default_normal, bool use_esdfs) argument
145 sdcardfs_setup_secondary(const std::string& default_path, const std::string& source_path, const std::string& dest_path, uid_t fsuid, gid_t fsgid, bool multi_user, userid_t userid, gid_t gid, mode_t mask, bool derive_gid, bool default_normal, bool use_esdfs) argument
157 run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, gid_t gid, userid_t userid, bool multi_user, bool full_write, bool derive_gid, bool default_normal, bool use_esdfs) argument
224 bool derive_gid = false; local
[all...]

Completed in 59 milliseconds