Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl83 …untFstab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, @utf8InCpp String zonedDevice); in mountFstab()
84 … String mountPoint, boolean shouldFormat, @utf8InCpp String fsType, @utf8InCpp String zonedDevice); in encryptFstab()
/system/vold/
DVoldNativeService.cpp572 binder::Status VoldNativeService::mountFstab(const std::string& blkDevice, in mountFstab()
582 binder::Status VoldNativeService::encryptFstab(const std::string& blkDevice, in encryptFstab()
DVolumeManager.cpp1211 std::string blkDevice = entry->blk_device; in GetStorageSize() local