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

  /system/vold/
Volume.h 51 char *mMountpoint;
72 const char *getMountpoint() { return mMountpoint; }
Volume.cpp 115 mMountpoint = strdup(mount_point);
124 free(mMountpoint);
DirectVolume.cpp 446 strcpy(v->mnt_point, mMountpoint);

Completed in 79 milliseconds