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

/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp108 std::string zipEntryPath = std::string(reinterpret_cast<const char*>(zipEntryName.name), local
110 std::string nestedPath = path.toString() + "@" + zipEntryPath;
111 collection->mFiles[zipEntryPath] = util::make_unique<ZipFile>(collection->mHandle,

Completed in 241 milliseconds