Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.h48 std::map<std::string, std::string> shortened_path_map; member
/frameworks/base/tools/aapt2/
DLoadedApk.cpp229 auto it = options.shortened_path_map.find(path); in WriteToArchive()
230 if (it != options.shortened_path_map.end()) { in WriteToArchive()
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp149 ResourcePathShortener shortener(options_.table_flattener_options.shortened_path_map); in Run()
155 && !WriteShortenedPathsMap(options_.table_flattener_options.shortened_path_map, in Run()