Searched defs:readMetadata (Results 1 - 4 of 4) sorted by relevance

/system/vold/model/
H A DPrivateVolume.cpp55 status_t PrivateVolume::readMetadata() { function in class:android::vold::PrivateVolume
100 if (readMetadata()) {
H A DPublicVolume.cpp55 status_t PublicVolume::readMetadata() { function in class:android::vold::PublicVolume
97 readMetadata();
H A DDisk.cpp162 readMetadata();
232 status_t Disk::readMetadata() { function in class:android::vold::Disk
/system/vold/
H A DUtils.cpp212 static status_t readMetadata(const std::string& path, std::string* fsType, function in namespace:android::vold
249 return readMetadata(path, fsType, fsUuid, fsLabel, false);
254 return readMetadata(path, fsType, fsUuid, fsLabel, true);

Completed in 69 milliseconds