Home
last modified time | relevance | path

Searched refs:androidSource (Results 1 – 1 of 1) sorted by relevance

/system/vold/model/
DEmulatedVolume.cpp93 std::string androidSource; in mountFuseBindMounts() local
113 androidSource = StringPrintf("/mnt/runtime/default/%s/%d/Android", label.c_str(), userId); in mountFuseBindMounts()
115 androidSource = StringPrintf("/%s/%d/Android", mRawPath.c_str(), userId); in mountFuseBindMounts()
121 std::string androidDataSource = StringPrintf("%s/data", androidSource.c_str()); in mountFuseBindMounts()
129 std::string androidObbSource = StringPrintf("%s/obb", androidSource.c_str()); in mountFuseBindMounts()