Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl84 void mountFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in mountFstab()
85 void encryptFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint); in encryptFstab()
/system/vold/
DVoldNativeService.cpp724 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab()
732 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab()