Home
last modified time | relevance | path

Searched refs:readMetadata (Results 1 – 8 of 8) sorted by relevance

/system/vold/
DPrivateVolume.h50 status_t readMetadata();
DPublicVolume.h52 status_t readMetadata();
DPrivateVolume.cpp55 status_t PrivateVolume::readMetadata() { in readMetadata() function in android::vold::PrivateVolume
94 if (readMetadata()) { in doMount()
DPublicVolume.cpp53 status_t PublicVolume::readMetadata() { in readMetadata() function in android::vold::PublicVolume
95 readMetadata(); in doMount()
DDisk.h73 status_t readMetadata();
DUtils.cpp185 static status_t readMetadata(const std::string& path, std::string& fsType, in readMetadata() function
235 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata()
240 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
DDisk.cpp153 readMetadata(); in create()
220 status_t Disk::readMetadata() { in readMetadata() function in android::vold::Disk
DVolumeManager.cpp385 disk->readMetadata(); in handleBlockEvent()