Home
last modified time | relevance | path

Searched defs:mount (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/
DVintfObjectRecovery.cpp49 status_t mount(const std::string& path) { in mount() function in android::vintf::details::RecoveryPartitionMounter
59 status_t mount(const std::string& path, const std::string& mountPoint) { in mount() function in android::vintf::details::RecoveryPartitionMounter
/system/vold/model/
DVolumeBase.cpp214 status_t VolumeBase::mount() { in mount() function in android::vold::VolumeBase
/system/vold/binder/android/os/
DIVold.aidl43 void mount(@utf8InCpp String volId, int mountFlags, int mountUserId); in mount() method
/system/vold/
DVoldNativeService.cpp328 binder::Status VoldNativeService::mount(const std::string& volId, int32_t mountFlags, in mount() function in android::vold::VoldNativeService