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

  /system/vold/
Volume.h 51 char *mMountpoint;
70 const char *getMountpoint() { return mMountpoint; }
Volume.cpp 110 mMountpoint = strdup(mount_point);
118 free(mMountpoint);

Completed in 969 milliseconds