Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DApkArchive.java82 byte[] cd = readMetadata(cdLoc); in extractMetadata()
87 signature = readMetadata(sigLoc); in extractMetadata()
187 private byte[] readMetadata(Location loc) throws IOException { in readMetadata() method in ApkArchive
/system/vold/model/
DPublicVolume.h52 status_t readMetadata();
DPrivateVolume.h53 status_t readMetadata();
DPrivateVolume.cpp56 status_t PrivateVolume::readMetadata() { in readMetadata() function in android::vold::PrivateVolume
97 if (readMetadata()) { in doMount()
DDisk.h73 status_t readMetadata();
DPublicVolume.cpp55 status_t PublicVolume::readMetadata() { in readMetadata() function in android::vold::PublicVolume
96 readMetadata(); in doMount()
DDisk.cpp142 readMetadata(); in create()
213 status_t Disk::readMetadata() { in readMetadata() function in android::vold::Disk
/system/vold/
DUtils.cpp268 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() function
305 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata()
310 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
DVolumeManager.cpp265 disk->readMetadata(); in handleDiskChanged()