Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.h40 explicit EmulatedVolume(const std::string& rawPath, int userId);
41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, int userId);
DEmulatedVolume.cpp50 EmulatedVolume::EmulatedVolume(const std::string& rawPath, int userId) in EmulatedVolume() argument
53 mRawPath = rawPath; in EmulatedVolume()
60 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, in EmulatedVolume() argument
64 mRawPath = rawPath; in EmulatedVolume()