Searched refs:filesystem (Results 1 – 3 of 3) 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/device/ |
D | TestDeviceTest.java | 1777 assertEquals("filesystem", info.filesystem); in testMountInfo_simple() 1789 assertEquals("filesystem", info.filesystem); in testMountInfo_parseOptions() 1827 assertEquals("rootfs", mpi.filesystem); in testGetMountPointInfo() 1835 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo() 1866 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo_filter()
|
/tools/repohooks/ |
D | README.md | 232 * Some checkers operate on the files as they exist in the filesystem. This is
|