Home
last modified time | relevance | path

Searched defs:filesystem (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeCodeCoverageListenerTest.java126 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/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java54 public String filesystem; field in ITestDevice.MountPointInfo
65 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo()
73 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo()