Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DUtil.h72 std::string MakePackageSafeName(const std::string &name);
H A DUtil.cpp156 std::string MakePackageSafeName(const std::string &name) { in MakePackageSafeName() function
218 sanitized_config_names.push_back(MakePackageSafeName(config.toString().string())); in GenerateSplitManifest()
H A DCompile.cpp270 r_txt_printer.Print(MakePackageSafeName(attr.name.value().package)); in CompileTable()