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

  /system/vold/
DirectVolume.h 73 int doMountVfat(const char *deviceNode, const char *mountPoint);
Volume.h 96 int initializeMbr(const char *deviceNode);
Volume.cpp 688 int Volume::initializeMbr(const char *deviceNode) {
699 dinfo.device = strdup(deviceNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 103 Element deviceNode = createNode(doc, parentNode, LayoutDevicesXsd.NODE_DEVICE);
106 deviceNode.setAttribute(LayoutDevicesXsd.ATTR_NAME, mName);
109 Element defaultNode = createNode(doc, deviceNode, LayoutDevicesXsd.NODE_DEFAULT);
122 saveConfigTo(doc, deviceNode, config.getName(), config.getConfig());

Completed in 44 milliseconds