Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeCodeCoverageListenerTest.java58 import java.nio.file.FileSystem;
126 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in test_logsCoverageZip()
264 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in testNoCollectOnTestEnd_noCoverageMeasurements()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterLogSaver.java37 import java.nio.file.FileSystem;
298 try (FileSystem zip = FileSystems.newFileSystem(uri, env)) { in appendFilesToContext()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFileSystem.java30 public interface FileSystem { interface
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
DAbstractFileSystem.java30 public abstract class AbstractFileSystem implements FileSystem {