HomeSort by relevance Sort by last modified time
    Searched refs:portDir (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 234 final File portDir = new File(SYSFS_CLASS, portId);
235 if (!portDir.exists()) {
247 if (!writeFile(portDir, SYSFS_PORT_MODE,
257 if (!writeFile(portDir, SYSFS_PORT_POWER_ROLE,
267 if (!writeFile(portDir, SYSFS_PORT_DATA_ROLE,
416 for (File portDir : portDirs) {
417 if (!portDir.isDirectory()) {
422 final String portId = portDir.getName();
423 final int supportedModes = readSupportedModes(portDir);
424 final int currentMode = readCurrentMode(portDir);
    [all...]
  /cts/tools/utils/
rm_dup_holo_imgs.py 43 portDir = getDirName(density, sw, False)
45 portrait = getAllHashes(portDir)

Completed in 54 milliseconds