Home
last modified time | relevance | path

Searched refs:getPatchDir (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Utils/
H A DPatchTracker.php72 private function getPatchDir(int $bugId, string $name): string function in App\\Utils\\PatchTracker
82 $patchDir = $this->getPatchDir($bugId, $name);
145 return $this->getPatchDir($bugId, $name).'/'.$this->getPatchFileName($revision);
153 $this->uploader->setDir($this->getPatchDir($bugId, $name));

Completed in 4 milliseconds