Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlnav_config.cc188 auto local_staging_path = staging_path / local_name; in install_from_git() local
210 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()