Home | History | Annotate | Download | only in androidfw

Lines Matching defs:fullname

532     String8 fullname;   // for pax later on
611 fullname = prefix;
612 fullname.appendPath(relpath);
617 // We only use the prefix area if fullname won't fit in the path
618 if (fullname.length() > 100) {
622 strncpy(buf, fullname.string(), 100);
628 ALOGI(" Name: %s", fullname.string());
645 // fullname was generated above with the ustar paths
646 p += write_pax_header_entry(p, "path", fullname.string());
654 String8 leaf = fullname.getPathLeaf();