HomeSort by relevance Sort by last modified time
    Searched refs:mRawDevPath (Results 1 - 2 of 2) sorted by null

  /system/vold/
PrivateVolume.cpp 49 mRawDevPath = StringPrintf("/dev/block/vold/%s", getId().c_str());
64 if (CreateDeviceNode(mRawDevPath, mRawDevice)) {
75 int res = cryptfs_setup_ext_volume(getId().c_str(), mRawDevPath.c_str(),
90 return DestroyDeviceNode(mRawDevPath);
PrivateVolume.h 56 std::string mRawDevPath;

Completed in 1352 milliseconds