Searched refs:ResourcePathShortener (Results 1 – 5 of 5) sorted by relevance
31 class ResourcePathShortener : public IResourceTableConsumer {33 explicit ResourcePathShortener(std::map<std::string, std::string>& path_map_out);38 DISALLOW_COPY_AND_ASSIGN(ResourcePathShortener);
35 ResourcePathShortener::ResourcePathShortener( in ResourcePathShortener() function in aapt::ResourcePathShortener77 bool ResourcePathShortener::Consume(IAaptContext* context, ResourceTable* table) { in Consume()
40 ASSERT_TRUE(ResourcePathShortener(path_map).Consume(context.get(), table.get())); in TEST()
122 "optimize/ResourcePathShortener.cpp",
149 ResourcePathShortener shortener(options_.table_flattener_options.shortened_path_map); in Run()