Searched refs:filesystem (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ITestDevice.java | 54 public String filesystem; field in ITestDevice.MountPointInfo 65 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo() argument 67 this.filesystem = filesystem; in MountPointInfo() 73 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo() argument 74 this(filesystem, mountpoint, type, splitMountOptions(optString)); in MountPointInfo() 84 return String.format("%s %s %s %s", this.filesystem, this.mountpoint, this.type, in toString()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | NativeCodeCoverageListenerTest.java | 129 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in test_logsCoverageZip() argument 130 Path path1 = filesystem.getPath("/path/to/coverage.gcda"); in test_logsCoverageZip() 134 Path path2 = filesystem.getPath("/path/to/.hidden/coverage2.gcda"); in test_logsCoverageZip()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 2229 assertEquals("filesystem", info.filesystem); in testMountInfo_simple() 2241 assertEquals("filesystem", info.filesystem); in testMountInfo_parseOptions() 2279 assertEquals("rootfs", mpi.filesystem); in testGetMountPointInfo() 2287 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo() 2318 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo_filter()
|
/tools/repohooks/ |
D | README.md | 238 * Some checkers operate on the files as they exist in the filesystem. This is
|
/tools/repohooks/tools/ |
D | spelling.txt | 506 fileystem||filesystem
|