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 | 1130 int32_t Next(void* cookie, ZipEntry* data, std::string* name) { in Next() function 1139 int32_t Next(void* cookie, ZipEntry* data, std::string_view* name) { in Next() function 1148 int32_t Next(void* cookie, ZipEntry64* data, std::string* name) { in Next() function 1157 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 | 533 void CowOpIter::Next() { in Next() function in android::snapshot::CowOpIter 602 void CowMergeOpIter::Next() { in Next() function in android::snapshot::CowMergeOpIter 634 void CowRevMergeOpIter::Next() { in Next() function in android::snapshot::CowRevMergeOpIter
|
| /system/core/fs_mgr/tools/ |
| D | dmctl.cpp | 77 std::unique_ptr<DmTarget> Next() { in Next() function in TargetParser
|