Searched refs:local_staging_path (Results 1 – 1 of 1) sorted by relevance
188 auto local_staging_path = staging_path / local_name; in install_from_git() local210 execlp("git", "git", "clone", repo, local_staging_path.c_str(), nullptr); in install_from_git()222 if (ghc::filesystem::is_directory(local_staging_path)) { in install_from_git()223 auto config_path = local_staging_path / "*.json"; in install_from_git()246 rename(local_staging_path.c_str(), in install_from_git()251 rename(local_staging_path.c_str(), in install_from_git()