Searched refs:InitPath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp175 PackageItem::InitPath(const char* path, BPath* destination) function in class:PackageItem
181 printf("InitPath - relative: %s + %s\n", path, fPath.String());
183 parser_debug("InitPath path is NULL\n");
189 printf("InitPath - absolute: %s\n", fPath.String());
195 printf("InitPath - volume: %s + %s\n", path, fPath.String());
197 parser_debug("InitPath path is NULL\n");
214 fprintf(stderr, "InitPath(%s): %s\n", path, strerror(ret));
629 // compared to what happens now in InitPath() would be
639 ret = InitPath(path, &workingDirectory);
819 ret = InitPath(pat
[all...]
H A DPackageItem.h89 status_t InitPath(const char* path, BPath* destination);

Completed in 70 milliseconds