Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp571 std::string userSource(StringPrintf("/mnt/user/%d", user_id)); in remountUid() local
573 mount(userSource.c_str(), "/storage/self", NULL, MS_BIND, NULL)) == -1) { in remountUid()
574 PLOG(ERROR) << "Failed to mount " << userSource << " for " << de->d_name; in remountUid()