Lines Matching refs:mRawPath
69 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage()
70 std::string securePath(mRawPath + "/.android_secure"); in initAsecStage()
124 mRawPath = StringPrintf("/mnt/media_rw/%s", stableName.c_str()); in doMount()
131 setInternalPath(mRawPath); in doMount()
135 setPath(mRawPath); in doMount()
138 if (fs_prepare_dir(mRawPath.c_str(), 0700, AID_ROOT, AID_ROOT)) { in doMount()
144 if (vfat::Mount(mDevPath, mRawPath, false, false, false, AID_ROOT, in doMount()
150 if (exfat::Mount(mDevPath, mRawPath, AID_ROOT, in doMount()
186 mRawPath.c_str(), in doMount()
198 mRawPath.c_str(), in doMount()
303 ForceUnmount(mRawPath); in doUnmount()
304 rmdir(mRawPath.c_str()); in doUnmount()
305 mRawPath.clear(); in doUnmount()