Searched refs:zip_path (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive_test.cc412 const std::string zip_path = test_data_dir + "/" + kUpdateZip; local
413 android::base::unique_fd fd(open(zip_path.c_str(), O_RDONLY | O_BINARY));
420 file_map.create(zip_path.c_str(), fd, 0 /*offset*/, sb.st_size, true);
423 zip_path.c_str(), &handle));

Completed in 28 milliseconds