Searched refs:default_normal (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) {
109 if (default_normal && i < 1) new_opts += "default_normal,";
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) ||
172 default_normal, use_esdfs) ||
175 derive_gid, default_normal, use_esdfs)) {
183 AID_SDCARD_RW, 0006, derive_gid, default_normal, use_esdf
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
225 bool default_normal = false; local
[all...]

Completed in 497 milliseconds