Searched refs:DIE (Results 1 - 22 of 22) sorted by relevance

/haiku/src/kits/package/manager/
H A DPackageManagerUtils.h12 #define DIE(...) \ macro
H A DRepositoryBuilder.cpp82 DIE(error, "failed to init %s repository", fErrorName.String());
95 DIE(error, "failed to init %s repository", fErrorName.String());
108 DIE(error, "failed to init %s repository", fErrorName.String());
127 DIE(error, "failed to add %s to %s repository",
200 DIE(error, "failed to add %s packages to %s repository",
213 DIE(errno, "failed to open package directory \"%s\"", path);
226 DIE(errno, "failed to construct path");
230 DIE(errno, "failed to stat() %s", entryPath.Path());
249 DIE(error, "failed to add %s repository to solver",
H A DPackageManager.cpp97 DIE(error, "Failed to create solver");
179 DIE(error, "Failed to find a match for \"%s\"",
182 DIE(error, "Failed to compute packages to install");
216 DIE(error, "Failed to find a match for \"%s\"",
219 DIE(error, "Failed to compute packages to uninstall");
248 DIE(error, "Failed to compute packages to uninstall");
307 DIE(error, "Failed to find a match for \"%s\"",
310 DIE(error, "Failed to compute packages to update");
331 DIE(error, "Failed to compute packages to synchronize");
351 DIE(erro
[all...]
/haiku/src/bin/pkgman/
H A DJobStateListener.cpp45 DIE(job->Result(), "failed!");
53 DIE(job->Result(), "aborted");
H A Dcommand_refresh.cpp79 DIE(result, "can't collect repository names");
83 DIE(B_NO_MEMORY, "can't allocate repository name");
106 DIE(result, "request for refreshing repository \"%s\" failed",
H A Dcommand_add_repo.cpp95 DIE(result, "request for adding repository \"%s\" failed",
102 DIE(result, "request for adding repository \"%s\" failed",
118 DIE(result, "request for refreshing repository \"%s\" failed",
H A Dcommand_resolve_dependencies.cpp93 DIE(error, "failed to create solver");
111 DIE(error, "failed to verify computed package dependencies");
157 DIE(errno, "failed to stat() \"%s\"", path);
171 DIE(error, "failed to create solver");
184 DIE(B_NO_MEMORY, "failed to create repository");
222 DIE(B_NO_MEMORY, "failed to add specified package");
227 DIE(error, "failed to resolve package dependencies");
234 DIE(error, "failed to resolve package dependencies");
250 DIE(B_ERROR, "ugh, no package %p (%s-%s) not in package path map",
H A Dpkgman.h18 #define DIE(result, msg...) \ macro
H A Dcommand_drop_repo.cpp91 DIE(result, "request for dropping repository \"%s\" failed",
H A Dcommand_info.cpp94 DIE(error, "searching packages failed");
H A Dcommand_list_repos.cpp89 DIE(result, "can't collect repository names");
H A Dcommand_search.cpp247 DIE(error, "searching packages failed");
H A DPackageManager.cpp127 DIE(error, "failed to set solution");
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp30 #define DIE(result, msg...) \ macro
110 DIE(error, "failed to read repository cache file \"%s\"",
134 DIE(error, "failed to read package info file \"%s\"", packageInfoPath);
154 DIE(error, "failed to add requires item to package info");
161 DIE(error, "failed to get updated package info string");
165 DIE(errno, "failed to open package info file \"%s\" for writing",
170 DIE(errno, "failed to write updated package info file \"%s\"",
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp36 #define DIE(result, msg...) \ macro
84 DIE(error, "failed to create solver");
94 DIE(e.Error(), "%s %s", e.Message().String(), e.Details().String());
104 DIE(error, "failed to read repository file '%s'", repositories[i]);
108 DIE(B_ERROR, "missing base url in repository file '%s'",
117 DIE(error, "failed to compute packages to install");
150 DIE(error, "failed to compute packages to install");
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h24 // use the DIE() macro if you really want to die.
36 # define DIE(x) debugger x macro
38 # define DIE(x) kernel_debugger x macro
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp19 #define DIE(error, ...) \ macro
30 DIE(_error, __VA_ARGS__); \
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h19 // use the DIE() macro if you really want to die.
31 # define DIE(x) debugger x macro
33 # define DIE(x) kernel_debugger x macro
H A DInode.cpp2574 DIE(("deleted entry still there"));
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h80 # define DIE(x) debugger x macro
82 # define DIE(x) kernel_debugger x macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h85 # define DIE(x) debugger x macro
87 # define DIE(x) kernel_debugger x macro
H A DVolume.cpp77 DIE(("Unable to disable cache of underlying file system.\n"));

Completed in 126 milliseconds