HomeSort by relevance Sort by last modified time
    Searched full:partnode (Results 1 - 3 of 3) sorted by null

  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 95 cnode *partnode; local
98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
105 pinfo->name = strdup(partnode->name);
107 if(config_bool(partnode, "active", 0))
110 if (!(tmp = config_str(partnode, "type", NULL))) {
123 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
142 cnode *partnode; local
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 95 cnode *partnode; local
98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
105 pinfo->name = strdup(partnode->name);
107 if(config_bool(partnode, "active", 0))
110 if (!(tmp = config_str(partnode, "type", NULL))) {
125 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
144 cnode *partnode; local
    [all...]
  /system/vold/
Volume.cpp 217 dev_t partNode = MKDEV(MAJOR(diskNode), (formatEntireDevice ? 1 : mPartIdx));
233 MAJOR(partNode), MINOR(partNode));

Completed in 86 milliseconds