Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dconfig.c65 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 Drepo.c79 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 Dbuild.c133 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 Dmonitor.c128 SNPRINTF(rs->repositorypath, "%s", RepositoryPath); in MonitorReset()
H A Ddsynth.h571 extern const char *RepositoryPath;
H A Dpkglist.c562 total = scan_binary_repo(RepositoryPath); in processPackageListBulk()
1191 asprintf(&repopath, "%s/%s", RepositoryPath, bulk->s1); in childGetBinaryDistInfo()