Searched refs:getPatchFullpath (Results 1 – 2 of 2) sorted by relevance
/web-bugs/src/Utils/ |
H A D | PatchTracker.php | 143 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 D | patch-display.php | 65 $path = $patchTracker->getPatchFullpath($bug_id, $patch_name, $revision); 102 $old = $patchTracker->getPatchFullpath($bug_id, $patch_name, $_GET['old']);
|
Completed in 4 milliseconds