FuseMountManager
public
class
FuseMountManager
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.build.FuseMountManager |
摘要
公用建構函式 | |
|---|---|
FuseMountManager(IFuseDriverProfile driverProfile)
使用指定的驅動程式設定檔建立新的 FuseMountManager。 |
|
FuseMountManager(IFuseDriverProfile driverProfile, IRunUtil runUtil)
使用指定的驅動程式設定檔和執行公用程式,建立新的 FuseMountManager。 |
|
公用方法 | |
|---|---|
void
|
mount(Path sourceDataPath, Path mountPoint)
在指定的掛接點掛接指定的來源資料路徑。 |
void
|
unmount(Path mountPoint)
卸載指定的掛接點。 |
void
|
unmountAll()
卸載所有追蹤的檔案系統。 |
公用建構函式
FuseMountManager
public FuseMountManager (IFuseDriverProfile driverProfile)
使用指定的驅動程式設定檔建立新的 FuseMountManager。
| 參數 | |
|---|---|
driverProfile |
IFuseDriverProfile:要使用的駕駛人設定檔。 |
FuseMountManager
public FuseMountManager (IFuseDriverProfile driverProfile, IRunUtil runUtil)
使用指定的驅動程式設定檔和執行公用程式,建立新的 FuseMountManager。
| 參數 | |
|---|---|
driverProfile |
IFuseDriverProfile:要使用的駕駛人設定檔。 |
runUtil |
IRunUtil:要使用的執行公用程式。 |
公用方法
固定
public void mount (Path sourceDataPath,
Path mountPoint)在指定掛接點掛接指定來源資料路徑。
| 參數 | |
|---|---|
sourceDataPath |
Path:要掛接的來源資料路徑。 |
mountPoint |
Path:要掛接來源資料路徑的掛接點。 |
| 擲回 | |
|---|---|
|
如果掛接程序無法啟動。 |
卸載
public void unmount (Path mountPoint)
卸載指定的掛接點。
| 參數 | |
|---|---|
mountPoint |
Path:要卸載的掛接點。 |
unmountAll
public void unmountAll ()
卸載所有追蹤的檔案系統。