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