Searched refs:RepositoryPath (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/usr.bin/dsynth/ |
H A D | config.c | 65 const char *RepositoryPath = "/build/synth/live_packages/All"; variable 313 if (strncmp(RepositoryPath, PackagesPath, strlen(PackagesPath)) == 0) { in ParseConfiguration() 314 if (stat(RepositoryPath, &st) < 0) { in ParseConfiguration() 315 if (mkdir(RepositoryPath, 0755) < 0) in ParseConfiguration() 317 RepositoryPath); in ParseConfiguration() 321 if (stat(RepositoryPath, &st) < 0) in ParseConfiguration() 322 dfatal("Directory missing: %s", RepositoryPath); in ParseConfiguration() 436 RepositoryPath = l2; in parseConfigFile()
|
H A D | repo.c | 79 scandeletenew(RepositoryPath); in DoRebuildRepo() 153 if (strncmp(PackagesPath, RepositoryPath, strlen(PackagesPath)) == 0) in childRebuildRepo() 156 cav[cac++] = RepositoryPath; in childRebuildRepo() 396 asprintf(&path, "%s/%s", RepositoryPath, scan->pkgfile); in RemovePackages() 427 asprintf(&path, "%s/%s", RepositoryPath, scan->pkgfile); in removePackagesMetaRecurse()
|
H A D | build.c | 133 if (stat(RepositoryPath, &st) < 0) { in DoInitBuild() 134 if (mkdir(RepositoryPath, 0755) < 0) in DoInitBuild() 135 dfatal("Cannot mkdir %s\n", RepositoryPath); in DoInitBuild() 281 RepositoryPath, in DoBuild() 608 asprintf(&buf, "%s/%s", RepositoryPath, pkg->pkgfile); in build_find_leaves() 1852 asprintf(&path, "%s/%s", RepositoryPath, pkg->pkgfile); in childInstallPkgDeps_recurse() 2311 asprintf(&b2, "%s/%s", RepositoryPath, pkg.pkgfile); in WorkerProcess() 3139 benv[bi].data = RepositoryPath; in childHookRun() 3311 asprintf(&buf, "%s/%s", RepositoryPath, scan->pkgfile); in check_packaged()
|
H A D | monitor.c | 128 SNPRINTF(rs->repositorypath, "%s", RepositoryPath); in MonitorReset()
|
H A D | dsynth.h | 571 extern const char *RepositoryPath;
|
H A D | pkglist.c | 562 total = scan_binary_repo(RepositoryPath); in processPackageListBulk() 1191 asprintf(&repopath, "%s/%s", RepositoryPath, bulk->s1); in childGetBinaryDistInfo()
|