Home
last modified time | relevance | path

Searched refs:mDmDevPath (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DPrivateVolume.cpp56 status_t res = ReadMetadata(mDmDevPath, mFsType, mFsUuid, mFsLabel); in readMetadata()
77 mDmDevPath = crypto_blkdev; in doCreate()
108 int res = ext4::Check(mDmDevPath, mPath); in doMount()
116 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount()
122 int res = f2fs::Check(mDmDevPath); in doMount()
130 if (f2fs::Mount(mDmDevPath, mPath)) { in doMount()
190 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat()
195 if (f2fs::Format(mDmDevPath)) { in doFormat()
DPrivateVolume.h58 std::string mDmDevPath; variable