Lines Matching refs:rel
283 $rel = str_replace('\\', '/', substr($abs, $rootLen));
285 if ($this->isIgnored($archiveRel, $rel)) continue;
287 $this->appendFile($abs, $archiveRel . '/' . $rel);
299 * @param string $rel path within that branch
302 protected function isIgnored(string $archiveRel, string $rel): bool argument
304 $base = basename($rel);
317 $segments = explode('/', $rel);
364 foreach ($this->fileList as [$abs, $rel, $size]) {
365 $parts = explode('/', $rel, 4);
480 foreach ($this->fileList as [$abs, $rel, $size]) {
482 $tar->addFile($abs, $archiveDir . '/' . $rel);