Searched defs:readMetadata (Results 1 – 8 of 8) sorted by relevance
58 status_t PrivateVolume::readMetadata() { in readMetadata() function in android::vold::PrivateVolume
59 status_t PublicVolume::readMetadata() { in readMetadata() function in android::vold::PublicVolume
237 status_t Disk::readMetadata() { in readMetadata() function in android::vold::Disk
139 public static List<WordListMetadata> readMetadata(final InputStreamReader input) in readMetadata() method in MetadataHandler
177 public RuleMetadata readMetadata() { in readMetadata() method in IntegrityFileManager
187 private byte[] readMetadata(Location loc) throws IOException { in readMetadata() method in ApkArchive
577 public void readMetadata(FileMetadata info) throws IOException { in readMetadata() method in TarBackupReader
628 static status_t readMetadata(const std::string& path, std::string* fsType, std::string* fsUuid, in readMetadata() function