Searched defs:Next (Results 1 – 5 of 5) sorted by relevance
/system/libziparchive/ |
D | zip_cd_entry_map.cc | 79 std::pair<std::string_view, uint64_t> CdEntryMapZip32<ZipStringOffset>::Next( in Next() function in CdEntryMapZip32 118 std::pair<std::string_view, uint64_t> CdEntryMapZip64::Next(const uint8_t* /*cd_start*/) { in Next() function in CdEntryMapZip64
|
D | zip_archive.cc | 1117 int32_t Next(void* cookie, ZipEntry* data, std::string* name) { in Next() function 1126 int32_t Next(void* cookie, ZipEntry* data, std::string_view* name) { in Next() function 1135 int32_t Next(void* cookie, ZipEntry64* data, std::string* name) { in Next() function 1144 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/libsnapshot_cow/ |
D | cow_reader.cpp | 598 void CowOpIter::Next() { in Next() function in android::snapshot::CowOpIter 667 void CowMergeOpIter::Next() { in Next() function in android::snapshot::CowMergeOpIter 699 void CowRevMergeOpIter::Next() { in Next() function in android::snapshot::CowRevMergeOpIter
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 75 std::unique_ptr<DmTarget> Next() { in Next() function in TargetParser
|