Searched defs:use_esdfs (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) {
113 if (mount(source_path.c_str(), dest_path.c_str(), use_esdfs ? "esdfs" : "sdcardfs",
148 bool derive_gid, bool default_normal, bool use_esdfs) {
149 if (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_esdfs) ||
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
[all...]

Completed in 941 milliseconds