Home
last modified time | relevance | path

Searched refs:nested_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp116 std::string nested_path = path.to_string() + "@" + zip_entry_path; in Create() local
118 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path)); in Create()