Searched refs:mSysPath (Results 1 - 2 of 2) sorted by relevance

/system/vold/model/
H A DDisk.h59 const std::string& getSysPath() { return mSysPath; }
88 std::string mSysPath; member in class:android::vold::Disk
H A DDisk.cpp123 mSysPath = StringPrintf("/sys/%s", eventPath.c_str());
254 std::string path(mSysPath + "/device/vendor");
265 std::string path(mSysPath + "/device/manfid");
302 mSize, mLabel, mSysPath); local

Completed in 965 milliseconds