Symbol: fErrorOutput
headers/os/package/PackageInfoContentHandler.h
44
BHPKG::BErrorOutput* fErrorOutput;
headers/private/package/hpkg/PackageFileHeapAccessorBase.h
124
BErrorOutput* fErrorOutput;
headers/private/package/hpkg/PackageFileHeapAccessorBase.h
91
{ fErrorOutput = errorOutput; }
headers/private/package/hpkg/ReaderImplBase.h
193
BErrorOutput* fErrorOutput;
headers/private/package/hpkg/ReaderImplBase.h
548
return fErrorOutput;
headers/private/package/hpkg/WriterImplBase.h
189
BErrorOutput* fErrorOutput;
headers/private/package/hpkg/v1/PackageInfoContentHandler.h
47
BHPKG::BErrorOutput* fErrorOutput;
headers/private/package/hpkg/v1/ReaderImplBase.h
252
BErrorOutput* fErrorOutput;
headers/private/package/hpkg/v1/ReaderImplBase.h
275
return fErrorOutput;
src/bin/package_repo/command_update.cpp
147
BHPKG::BErrorOutput* fErrorOutput;
src/bin/package_repo/command_update.cpp
93
fErrorOutput(errorOutput),
src/bin/package_repo/command_update.cpp
96
fPackageInfoContentHandler(fPackageInfo, fErrorOutput)
src/kits/package/PackageInfoContentHandler.cpp
157
if (fErrorOutput != NULL) {
src/kits/package/PackageInfoContentHandler.cpp
158
fErrorOutput->PrintError(
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
191
fErrorOutput(errorOutput),
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
332
fErrorOutput->PrintError("Failed to decompress chunk data: %s\n",
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
338
fErrorOutput->PrintError("Failed to decompress chunk data: size "
src/kits/package/hpkg/PackageFileHeapAccessorBase.cpp
354
fErrorOutput->PrintError("ReadFileData(%" B_PRIu64 ", %p, %zu) failed "
src/kits/package/hpkg/PackageFileHeapReader.cpp
124
fErrorOutput->PrintError(
src/kits/package/hpkg/PackageFileHeapReader.cpp
139
fErrorOutput, fFile, fHeapOffset, fCompressedHeapSize,
src/kits/package/hpkg/PackageFileHeapReader.cpp
50
fErrorOutput->PrintError(
src/kits/package/hpkg/PackageFileHeapReader.cpp
68
fErrorOutput->PrintError(
src/kits/package/hpkg/PackageFileHeapReader.cpp
83
fErrorOutput->PrintError(
src/kits/package/hpkg/PackageFileHeapWriter.cpp
273
fErrorOutput->PrintError("Failed to read data: %s\n",
src/kits/package/hpkg/PackageFileHeapWriter.cpp
314
fErrorOutput->PrintError("Can't remove ranges from empty heap\n");
src/kits/package/hpkg/PackageFileHeapWriter.cpp
352
fErrorOutput->PrintError("Only empty ranges to remove from heap\n");
src/kits/package/hpkg/PackageFileHeapWriter.cpp
534
fErrorOutput->PrintError("Out of memory!\n");
src/kits/package/hpkg/PackageFileHeapWriter.cpp
573
fErrorOutput->PrintError("Failed to compress chunk data: %s\n",
src/kits/package/hpkg/PackageFileHeapWriter.cpp
593
fErrorOutput->PrintError("Failed to write data: %s\n", strerror(error));
src/kits/package/hpkg/PackageFileHeapWriter.cpp
608
fErrorOutput->PrintError("Invalid range to remove from heap\n");
src/kits/package/hpkg/PackageWriterImpl.cpp
159
fErrorOutput(errorOutput),
src/kits/package/hpkg/PackageWriterImpl.cpp
217
fErrorOutput->PrintError("Invalid attribute value encoding "
src/kits/package/hpkg/PackageWriterImpl.cpp
225
fErrorOutput->PrintError("Invalid attribute value type %d "
src/kits/package/hpkg/PackageWriterImpl.cpp
246
BErrorOutput* fErrorOutput;
src/kits/package/hpkg/ReaderImplBase.cpp
1003
fErrorOutput->PrintError("Error: Malformed %s strings section\n",
src/kits/package/hpkg/ReaderImplBase.cpp
1012
fErrorOutput->PrintError(
src/kits/package/hpkg/ReaderImplBase.cpp
1019
fErrorOutput->PrintError("Error: Invalid %s strings section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1032
fErrorOutput->PrintError("Error: Invalid %s strings section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1061
fErrorOutput->PrintError("Error: %llu excess byte(s) in package "
src/kits/package/hpkg/ReaderImplBase.cpp
1167
fErrorOutput->PrintError("Error: Out of memory!\n");
src/kits/package/hpkg/ReaderImplBase.cpp
1192
fErrorOutput->PrintError("Error: Invalid %s section: attribute "
src/kits/package/hpkg/ReaderImplBase.cpp
1201
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1207
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1270
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1297
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/ReaderImplBase.cpp
1313
fErrorOutput->PrintError("Error: Invalid %s section: invalid "
src/kits/package/hpkg/ReaderImplBase.cpp
1322
fErrorOutput->PrintError("Error: Invalid %s section: invalid "
src/kits/package/hpkg/ReaderImplBase.cpp
1362
fErrorOutput->PrintError(
src/kits/package/hpkg/ReaderImplBase.cpp
1382
fErrorOutput->PrintError(
src/kits/package/hpkg/ReaderImplBase.cpp
1400
fErrorOutput->PrintError("_ReadBuffer(%p, %lu) failed to read data: "
src/kits/package/hpkg/ReaderImplBase.cpp
807
fErrorOutput(errorOutput),
src/kits/package/hpkg/ReaderImplBase.cpp
880
fErrorOutput->PrintError("Error: Invalid heap compression\n");
src/kits/package/hpkg/ReaderImplBase.cpp
884
fRawHeapReader = new(std::nothrow) PackageFileHeapReader(fErrorOutput,
src/kits/package/hpkg/ReaderImplBase.cpp
992
fErrorOutput->PrintError("Error: Out of memory!\n");
src/kits/package/hpkg/RepositoryWriterImpl.cpp
140
PackageEntryDataFetcher dataFetcher(fErrorOutput, packageData);
src/kits/package/hpkg/RepositoryWriterImpl.cpp
54
fErrorOutput(errorOutput),
src/kits/package/hpkg/RepositoryWriterImpl.cpp
78
fErrorOutput->PrintError("Error: Failed to read data: %s\n",
src/kits/package/hpkg/RepositoryWriterImpl.cpp
88
BErrorOutput* fErrorOutput;
src/kits/package/hpkg/WriterImplBase.cpp
228
fErrorOutput(errorOutput),
src/kits/package/hpkg/WriterImplBase.cpp
277
fErrorOutput->PrintError("Failed to open %s file \"%s\": %s\n",
src/kits/package/hpkg/WriterImplBase.cpp
354
fErrorOutput->PrintError("Error: Invalid heap compression\n");
src/kits/package/hpkg/WriterImplBase.cpp
359
fHeapWriter = new PackageFileHeapWriter(fErrorOutput, fFile, headerSize,
src/kits/package/hpkg/WriterImplBase.cpp
727
fErrorOutput->PrintError("WriteAttributeValue(): invalid "
src/kits/package/hpkg/WriterImplBase.cpp
757
fErrorOutput->PrintError(
src/kits/package/hpkg/WriterImplBase.cpp
784
fErrorOutput->PrintError(
src/kits/package/hpkg/v1/PackageInfoContentHandlerV1.cpp
144
if (fErrorOutput != NULL) {
src/kits/package/hpkg/v1/PackageInfoContentHandlerV1.cpp
145
fErrorOutput->PrintError(
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1006
fErrorOutput->PrintError("_ReadBuffer(%p, %lu) failed to read data: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1011
fErrorOutput->PrintError("_ReadBuffer(%p, %lu) failed to read all "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1066
fErrorOutput->PrintError("Error: Missing bytes in uncompressed "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1076
fErrorOutput->PrintError("Error: Invalid compression type: %u\n",
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
546
fErrorOutput(errorOutput),
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
574
fErrorOutput->PrintError("Error: Out of memory!\n");
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
619
fErrorOutput->PrintError("Error: Out of memory!\n");
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
630
fErrorOutput->PrintError("Error: Malformed %s strings section\n",
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
639
fErrorOutput->PrintError(
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
646
fErrorOutput->PrintError("Error: Invalid %s strings section: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
659
fErrorOutput->PrintError("Error: Invalid %s strings section: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
688
fErrorOutput->PrintError("Error: %llu excess byte(s) in package "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
782
fErrorOutput->PrintError("Error: Out of memory!\n");
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
807
fErrorOutput->PrintError("Error: Invalid %s section: attribute "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
820
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
877
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
904
fErrorOutput->PrintError("Error: Invalid %s section: "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
920
fErrorOutput->PrintError("Error: Invalid %s section: invalid "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
929
fErrorOutput->PrintError("Error: Invalid %s section: invalid "
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
969
fErrorOutput->PrintError(
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
989
fErrorOutput->PrintError("_ReadBuffer(%lu): read beyond %s end\n",