Searched refs:doCreate (Results 1 – 6 of 6) sorted by relevance
/system/vold/ | ||
D | PrivateVolume.h | 44 status_t doCreate() override; |
D | PublicVolume.h | 46 status_t doCreate() override; |
D | VolumeBase.cpp | 167 status_t res = doCreate(); in create() |
D | VolumeBase.h | 107 virtual status_t doCreate(); |
D | PrivateVolume.cpp | 63 status_t PrivateVolume::doCreate() { in doCreate() function in android::vold::PrivateVolume |
D | PublicVolume.cpp | 85 status_t PublicVolume::doCreate() { in doCreate() function in android::vold::PublicVolume |