Home
last modified time | relevance | path

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

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