Searched defs:fsUuid (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DEmulatedVolume.cpp47 const std::string& fsUuid) : VolumeBase(Type::kEmulated), mFusePid(0) {
50 mLabel = fsUuid;
46 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid) argument
H A DUtils.cpp186 std::string& fsUuid, std::string& fsLabel, bool untrusted) {
188 fsUuid.clear();
221 fsUuid = value;
234 std::string& fsUuid, std::string& fsLabel) {
235 return readMetadata(path, fsType, fsUuid, fsLabel, false);
239 std::string& fsUuid, std::string& fsLabel) {
240 return readMetadata(path, fsType, fsUuid, fsLabel, true);
185 readMetadata(const std::string& path, std::string& fsType, std::string& fsUuid, std::string& fsLabel, bool untrusted) argument
233 ReadMetadata(const std::string& path, std::string& fsType, std::string& fsUuid, std::string& fsLabel) argument
238 ReadMetadataUntrusted(const std::string& path, std::string& fsType, std::string& fsUuid, std::string& fsLabel) argument

Completed in 77 milliseconds