Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java237 resizeFile(outputPath, 15000); in testFileResize()
244 resizeFile(outputPath, 5000); in testFileResize()
288 private void resizeFile(String path, long size) throws DeviceNotAvailableException { in resizeFile() method in AuthFsHostTest