Searched refs:splitUSTARPath (Results 1 – 3 of 3) sorted by relevance
115 if prefix, suffix, ok := splitUSTARPath(hdr.Name); ok {447 func splitUSTARPath(name string) (prefix, suffix string, ok bool) { func
360 if _, _, ok := splitUSTARPath(s); !canSplitUSTAR || !ok {
954 prefix, suffix, ok := splitUSTARPath(v.input)