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

/system/vold/
H A DVolume.h51 char *mLabel; member in class:Volume
72 const char *getLabel() { return mLabel; }
H A DVolume.cpp118 mLabel = strdup(label);
127 free(mLabel);
188 SLOGD("Volume %s state changing %d (%s) -> %d (%s)", mLabel,
H A DDirectVolume.cpp453 strcpy(v->label, mLabel);

Completed in 383 milliseconds