Searched refs:privateVolume (Results 1 – 2 of 2) sorted by relevance
38 protected VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { in findEmulatedForPrivate() argument
242 File privateVolume = mock(File.class); in testMultiplePrivateVolumesCountedForASMActivationThreshold() local244 when(privateVolumeInfo.getPath()).thenReturn(privateVolume); in testMultiplePrivateVolumesCountedForASMActivationThreshold()