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

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

Completed in 609 milliseconds