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

/system/vold/model/
H A DEmulatedVolume.h40 explicit EmulatedVolume(const std::string& rawPath);
41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
H A DEmulatedVolume.cpp41 EmulatedVolume::EmulatedVolume(const std::string& rawPath) : argument
44 mRawPath = rawPath;
48 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, argument
51 mRawPath = rawPath;

Completed in 50 milliseconds