Searched refs:filesystem (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/device_build_interfaces/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 | 126 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in test_logsCoverageZip() argument 127 Path path1 = filesystem.getPath("/path/to/coverage.gcda"); in test_logsCoverageZip() 131 Path path2 = filesystem.getPath("/path/to/.hidden/coverage2.gcda"); in test_logsCoverageZip() 264 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in testNoCollectOnTestEnd_noCoverageMeasurements() argument 265 Path path = filesystem.getPath("/path/to/coverage.gcda"); in testNoCollectOnTestEnd_noCoverageMeasurements()
|
/tools/treble/build/ |
D | README.md | 21 with the help of filesystem overlays. 24 The filesystem overlays would create the following build time views. 49 To support filesystem overlays the Android repo workspace is required to the
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 2315 assertEquals("filesystem", info.filesystem); in testMountInfo_simple() 2327 assertEquals("filesystem", info.filesystem); in testMountInfo_parseOptions() 2365 assertEquals("rootfs", mpi.filesystem); in testGetMountPointInfo() 2373 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo() 2404 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo_filter()
|
/tools/repohooks/ |
D | README.md | 280 * Some checkers operate on the files as they exist in the filesystem. This is
|
/tools/repohooks/tools/ |
D | spelling.txt | 506 fileystem||filesystem
|