Lines Matching refs:cwd
305 $cwd = $this->repo_path;
306 //dbglog("GitBacked - cwd: [".$cwd."]");
318 $resource = proc_open($command, $descriptorspec, $pipes, $cwd, null);
333 throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_message));
335 $this->handle_command_success($this->repo_path, $cwd, $command);
395 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) {
397 $this->plugin->notify_command_error($repo_path, $cwd, $command, $status, $error_message);
411 protected function handle_command_success($repo_path, $cwd, $command) {
413 $this->plugin->notify_command_success($repo_path, $cwd, $command);