Home
last modified time | relevance | path

Searched defs:mountFstab (Results 1 – 2 of 2) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl91 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab() method
/system/vold/
DVoldNativeService.cpp688 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab() function in android::vold::VoldNativeService