Home
last modified time | relevance | path

Searched refs:setup_ext_volume (Results 1 – 3 of 3) sorted by relevance

/system/vold/model/
DVolumeEncryption.h28 bool setup_ext_volume(const std::string& label, const std::string& blk_device,
DVolumeEncryption.cpp79 bool setup_ext_volume(const std::string& label, const std::string& blk_device, in setup_ext_volume() function
DPrivateVolume.cpp92 if (!setup_ext_volume(getId(), mRawDevPath, mKeyRaw, &mDmDevPath)) { in doCreate()