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.cpp46 EmulatedVolume::EmulatedVolume(const std::string& rawPath, int userId) in EmulatedVolume() argument
49 mRawPath = rawPath; in EmulatedVolume()
56 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, in EmulatedVolume() argument
60 mRawPath = rawPath; in EmulatedVolume()