Searched refs:mount_path (Results 1 – 1 of 1) sorted by relevance
77 for (const auto& mount_path : mounts) { in SwitchRoot() local78 auto new_mount_path = new_root + mount_path; in SwitchRoot()80 if (mount(mount_path.c_str(), new_mount_path.c_str(), nullptr, MS_MOVE, nullptr) != 0) { in SwitchRoot()81 PLOG(FATAL) << "Unable to move mount at '" << mount_path << "' to " in SwitchRoot()