Home
last modified time | relevance | path

Searched defs:readMetadata (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DPrivateVolume.cpp56 status_t PrivateVolume::readMetadata() { in readMetadata() function in android::vold::PrivateVolume
DPublicVolume.cpp55 status_t PublicVolume::readMetadata() { in readMetadata() function in android::vold::PublicVolume
DDisk.cpp213 status_t Disk::readMetadata() { in readMetadata() function in android::vold::Disk
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java187 private byte[] readMetadata(Location loc) throws IOException { in readMetadata() method in ApkArchive
/system/vold/
DUtils.cpp268 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() function