Home | History | Annotate | Download | only in utils

Lines Matching refs:fullname

532     String8 fullname;   // for pax later on
614 fullname = prefix;
615 fullname.appendPath(relpath);
620 // We only use the prefix area if fullname won't fit in the path
621 if (fullname.length() > 100) {
625 strncpy(buf, fullname.string(), 100);
631 LOGI(" Name: %s", fullname.string());
648 // fullname was generated above with the ustar paths
649 p += write_pax_header_entry(p, "path", fullname.string());
657 String8 leaf = fullname.getPathLeaf();