OSDN Git Service

Fix wrong symlink terminology
authorZim <zezeozue@google.com>
Fri, 15 Nov 2019 11:44:12 +0000 (11:44 +0000)
committerZim <zezeozue@google.com>
Fri, 15 Nov 2019 11:44:12 +0000 (11:44 +0000)
commite5393d437c1111a9ffb614e428e6acadc893f757
tree7931e072693e4f36e877a8e8c3b33a9167fde982
parent2d45d9b42063d57f8be769555fc9c47eabe74f9a
Fix wrong symlink terminology

symlink(2) creates a symbolic link 'linkpath' containing a
string 'target'.

linkpath was misnamed as target in MountUserFuse. This cl
s/target/linkpath/ in Utils#MountUserFuse.

Test: m
Change-Id: I274823da16b87ffc124e2e8c4563b1d16546a6e7
Utils.cpp