Home
last modified time | relevance | path

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

/system/vold/model/
DObbVolume.cpp47 mSourceKey = sourceKey; in ObbVolume()
59 if (!mSourceKey.empty()) { in doCreate()
67 if (Devmapper::create(getId().c_str(), mLoopPath.c_str(), mSourceKey.c_str(), nr_sec, tmp, in doCreate()
DObbVolume.h43 std::string mSourceKey; variable