Home | History | Annotate | Download | only in androidfw

Lines Matching refs:domain

492 int write_tarfile(const String8& packageName, const String8& domain,
501 // domain directories, so we should just skip it
510 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) {
604 if (domain.length() > 0) {
605 prefix.appendPath(domain);