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 226 final File portDir = new File(SYSFS_CLASS, portId);
227 if (!portDir.exists()) {
239 if (!writeFile(portDir, SYSFS_PORT_MODE,
249 if (!writeFile(portDir, SYSFS_PORT_POWER_ROLE,
259 if (!writeFile(portDir, SYSFS_PORT_DATA_ROLE,
408 for (File portDir : portDirs) {
409 if (!portDir.isDirectory()) {
414 final String portId = portDir.getName();
415 final int supportedModes = readSupportedModes(portDir);
416 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 62 milliseconds