Rename ZipEntryName to ZipString
This is for https://android-review.googlesource.com/#/c/156771/. Bug: 21957428 Change-Id: Ida30c28c0fff0b2dadddbdb1aa1999ae3250610b
This commit is contained in:
parent
d19c271599
commit
56f40fbb82
@ -1159,7 +1159,7 @@ static int open_library_in_zipfile(const char* const path,
|
||||
|
||||
ZipEntry entry;
|
||||
|
||||
if (FindEntry(handle, ZipEntryName(file_path), &entry) != 0) {
|
||||
if (FindEntry(handle, ZipString(file_path), &entry) != 0) {
|
||||
// Entry was not found.
|
||||
close(fd);
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user