Searched defs:Next (Results 1 – 5 of 5) sorted by relevance
/system/libziparchive/ |
D | zip_cd_entry_map.cc | 89 std::pair<std::string_view, uint64_t> CdEntryMapZip32::Next(const uint8_t* cd_start) { in Next() function in CdEntryMapZip32 150 std::pair<std::string_view, uint64_t> CdEntryMapZip64::Next(const uint8_t* /*cd_start*/) { in Next() function in CdEntryMapZip64
|
D | zip_archive.cc | 1035 int32_t Next(void* cookie, ZipEntry* data, std::string* name) { in Next() function 1044 int32_t Next(void* cookie, ZipEntry* data, std::string_view* name) { in Next() function 1053 int32_t Next(void* cookie, ZipEntry64* data, std::string* name) { in Next() function 1062 int32_t Next(void* cookie, ZipEntry64* data, std::string_view* name) { in Next() function
|
/system/core/init/parser/ |
D | tokenizer.cpp | 37 bool Tokenizer::Next() { in Next() function in init::Tokenizer
|
/system/core/fs_mgr/libsnapshot/ |
D | cow_reader.cpp | 440 void CowOpIter::Next() { in Next() function in android::snapshot::CowOpIter 472 void CowOpReverseIter::Next() { in Next() function in android::snapshot::CowOpReverseIter
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 73 std::unique_ptr<DmTarget> Next() { in Next() function in TargetParser
|