Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DObfuscator.h57 virtual std::string ShortenFileName(android::StringPiece file_path, int output_length);
DObfuscator.cpp43 std::string Obfuscator::ShortenFileName(android::StringPiece file_path, int output_length) { in ShortenFileName() argument
47 for (int i = 0; i < output_length; i++) { in ShortenFileName()
DObfuscator_test.cpp62 std::string ShortenFileName(android::StringPiece file_path, int output_length) override { in ShortenFileName() argument