Home
last modified time | relevance | path

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

/web-bugs/src/Utils/
H A DPatchTracker.php143 public function getPatchFullpath(int $bugId, string $name, int $revision): string function in App\\Utils\\PatchTracker
193 … if (file_exists($this->getPatchFullpath($bugId, $obsoletePatch[0], $obsoletePatch[1]))) {
226 @unlink($this->getPatchFullpath($bugId, $name, $revision));
/web-bugs/www/
H A Dpatch-display.php65 $path = $patchTracker->getPatchFullpath($bug_id, $patch_name, $revision);
102 $old = $patchTracker->getPatchFullpath($bug_id, $patch_name, $_GET['old']);

Completed in 6 milliseconds