HomeSort by relevance Sort by last modified time
    Searched refs:info_entry (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
install.cpp 538 ZipEntry info_entry; local
540 while (Next(cookie, &info_entry, &info_name) == 0) {
541 std::string content(info_entry.uncompressed_length, '\0');
542 int32_t ret = ExtractToMemory(zip_handle, &info_entry, reinterpret_cast<uint8_t*>(&content[0]),
543 info_entry.uncompressed_length);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2440 HeapEntry* info_entry = local
    [all...]

Completed in 102 milliseconds