Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DFiles.h81 std::string PackageToPath(const android::StringPiece& package);
DFiles.cpp203 std::string PackageToPath(const StringPiece& package) { in PackageToPath() function
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1087 file::AppendPath(&out_path, file::PackageToPath(out_package));
1238 file::AppendPath(&out_path, file::PackageToPath(package_utf8)); in WriteManifestJavaFile()