Home | History | Annotate | Download | only in utils

Lines Matching refs:relpath

498     String8 relpath(relstart);
500 // If relpath is empty, it means this is the top of one of the standard named
502 if (relpath.length() == 0) {
508 // relpath < 100 chars
510 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) {
615 fullname.appendPath(relpath);
622 strncpy(buf, relpath.string(), 100);