Searched defs:zip_name (Results 1 - 1 of 1) sorted by path

/bionic/tests/
H A Ddlext_test.cpp134 ZipString zip_name; local
135 zip_name.name = reinterpret_cast<const uint8_t*>(kLibZipSimpleZip);
136 zip_name.name_length = strlen(kLibZipSimpleZip);
137 ASSERT_EQ(0, FindEntry(handle, zip_name, &zip_entry));

Completed in 48 milliseconds