Searched refs:mRawPath (Results 1 – 4 of 4) sorted by relevance
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()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()[all …]
49 mRawPath = rawPath; in EmulatedVolume()60 mRawPath = rawPath; in EmulatedVolume()115 androidSource = StringPrintf("/%s/%d/Android", mRawPath.c_str(), userId); in mountFuseBindMounts()256 setInternalPath(mRawPath); in doMount()284 mRawPath.c_str(), in doMount()
56 std::string mRawPath; variable
61 std::string mRawPath; variable