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 ()
추적된 모든 파일 시스템을 마운트 해제합니다.