Searched refs:getPatchDir (Results 1 – 1 of 1) sorted by relevance
72 private function getPatchDir(int $bugId, string $name): string function in App\\Utils\\PatchTracker82 $patchDir = $this->getPatchDir($bugId, $name);145 return $this->getPatchDir($bugId, $name).'/'.$this->getPatchFileName($revision);153 $this->uploader->setDir($this->getPatchDir($bugId, $name));
Completed in 3 milliseconds