Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DVolumeManager.cpp493 static bool childProcess(const char* storageSource, const char* userSource, int nsFd, in childProcess() argument
524 if (TEMP_FAILURE_RETRY(mount(userSource, "/storage/self", NULL, MS_BIND, NULL)) == -1) { in childProcess()
526 userSource, name, strerror(errno)); in childProcess()
536 std::string userSource; in forkAndRemountChild() local
559 userSource = StringPrintf("/mnt/user/%d", multiuser_get_user_id(uid)); in forkAndRemountChild()
561 if (childProcess(storageSource.c_str(), userSource.c_str(), nsFd, name)) { in forkAndRemountChild()