Searched refs:full_write (Results 1 - 1 of 1) sorted by relevance

/system/core/sdcard/
H A Dsdcard.cpp158 gid_t gid, userid_t userid, bool multi_user, bool full_write,
174 multi_user, userid, AID_EVERYBODY, full_write ? 0007 : 0027,
185 multi_user, userid, AID_EVERYBODY, full_write ? 0027 : 0022,
188 multi_user, userid, AID_EVERYBODY, full_write ? 0007 : 0022,
223 bool full_write = false; local
249 full_write = true;
299 run_sdcardfs(source_path, label, uid, gid, userid, multi_user, full_write, derive_gid,
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

Completed in 1228 milliseconds