Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java237 @NonNull private final File mVmRootPath; field in VirtualMachine
427 mVmRootPath = thisVmDir; in VirtualMachine()
769 if (status == STATUS_STOPPED && !mVmRootPath.exists()) { in getStatus()
797 if (mWasDeleted || !mVmRootPath.exists()) { in checkStopped()
833 if (mWasDeleted || !mVmRootPath.exists()) { in getRunningVm()
1632 return mVmRootPath; in getRootDir()