Searched refs:mLabel (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DVolume.h50 char *mLabel; member in class:Volume
71 const char *getLabel() { return mLabel; }
H A DVolume.cpp114 mLabel = strdup(label);
123 free(mLabel);
184 SLOGD("Volume %s state changing %d (%s) -> %d (%s)", mLabel,
H A DDirectVolume.cpp445 strcpy(v->label, mLabel);

Completed in 68 milliseconds