Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp66 std::string GetShortenedPath(android::StringPiece shortened_filename, in GetShortenedPath() argument
68 std::string shortened_path = std::string("res/") += shortened_filename; in GetShortenedPath()
115 std::string shortened_filename = ShortenFileName(*file_ref->path, num_chars); in HandleShortenFilePaths() local
117 std::string shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()
120 shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()