Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp601 std::string userSource(StringPrintf("/mnt/user/%d", user_id)); in remountUid() local
602 if (TEMP_FAILURE_RETRY(mount(userSource.c_str(), "/storage/self", in remountUid()
604 PLOG(ERROR) << "Failed to mount " << userSource << " for " in remountUid()