/aosp14/frameworks/base/tools/aapt2/format/ |
H A D | Container.cpp | 160 return !error_.empty(); in HadError() 164 return error_; in GetError() 279 error_ = error.str(); in ContainerReader() 284 error_ = in ContainerReader() 293 error_ = error.str(); in ContainerReader() 307 error_ = error.str(); in ContainerReader() 327 error_ = error.str(); in Next() 335 error_ = error.str(); in Next() 349 error_ = error.str(); in Next() 358 return !error_.empty(); in HadError() [all …]
|
H A D | Archive.cpp | 47 error_ = "directory does not exist"; in Open() 50 error_ = "not a directory"; in Open() 67 error_ = SystemErrorCodeToString(errno); in StartEntry() 108 error_ = in->GetError(); in WriteFile() 116 return !error_.empty(); in HadError() 120 return error_; in GetError() 128 std::string error_; member in aapt::__anon1e555bb90110::DirectoryWriter 200 error_ = in->GetError(); in WriteFile() 236 return !error_.empty(); in HadError() 240 return error_; in GetError() [all …]
|
H A D | Archive_test.cpp | 30 bool HadError() const override { return !error_.empty(); } in HadError() 32 std::string GetError() const override { return error_; } in GetError() 34 std::string error_; member in aapt::TestData 142 input->error_ = "DirectoryWriteFileError"; in TEST_F() 202 input->error_ = "ZipFileWriteFileError"; in TEST_F()
|
H A D | Container.h | 52 std::string error_; variable 100 std::string error_; variable
|
/aosp14/system/core/fastboot/ |
H A D | fastboot_driver.cpp | 201 error_ = "File is too large to download"; in Download() 230 error_ = ""; in Download() 232 error_ = "Buffer is too large or 0 bytes"; in Download() 261 error_ = ""; in Download() 287 error_ = "Error reading sparse file"; in Download() 316 error_ = android::base::StringPrintf("%s request failed: %s", cmd.c_str(), error_.c_str()); in RunAndReadBuffer() 419 return error_; in Error() 438 error_ = ""; // Clear any pending error in RawCommand() 445 error_ = ErrnoStr("Write to device failed"); in RawCommand() 480 error_ = ErrnoStr("Status read failed"); in HandleResponse() [all …]
|
/aosp14/frameworks/base/tools/aapt2/io/ |
H A D | FileStream.cpp | 45 error_ = SystemErrorCodeToString(errno); in FileInputStream() 54 error_ = "Bad File Descriptor"; in FileInputStream() 76 error_ = SystemErrorCodeToString(errno); in Next() 108 return error_; in GetError() 117 error_ = SystemErrorCodeToString(errno); in FileOutputStream() 131 error_ = "Bad File Descriptor"; in FileOutputStream() 183 error_ = SystemErrorCodeToString(errno); in FlushImpl() 199 return error_; in GetError()
|
H A D | FileStream.h | 55 std::string error_; variable 97 std::string error_; variable
|
/aosp14/frameworks/base/tools/aapt2/text/ |
H A D | Printer.cpp | 39 if (error_) { in Print() 55 error_ = true; in Print() 63 error_ = true; in Print() 71 error_ = true; in Print()
|
H A D | Printer.h | 47 bool error_ = false; variable
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | ResChunkPullParser.cpp | 61 error_ = "chunk is past the end of the document"; in Next() 67 error_ = "chunk has too small header"; in Next() 72 error_ = "chunk's total size is smaller than header " + ChunkHeaderDump(current_chunk_); in Next() 76 error_ = "chunk's data extends past the end of the document " + ChunkHeaderDump(current_chunk_); in Next()
|
H A D | ResChunkPullParser.h | 67 std::string error_; variable 107 return error_; in error()
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | InlineXmlFormatParser.cpp | 55 error_ = true; in Visit() 63 error_ = true; in Visit() 72 error_ = true; in Visit() 101 return error_; in HasError() 110 bool error_ = false; member in aapt::__anonb251881d0110::Visitor
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | XmlReferenceLinker.cpp | 86 error_ = true; in Visit() 104 error_ = true; in Visit() 113 return error_ || reference_transformer_.HasError(); in HasError() 125 bool error_ = false; member in aapt::__anone19ab1a10110::XmlVisitor
|
H A D | ReferenceLinker.h | 50 return error_; in HasError() 63 bool error_ = false; variable
|
H A D | ReferenceLinker.cpp | 91 error_ = true; in TransformDerived() 138 error_ = true; in TransformDerived() 146 error_ = true; in TransformDerived() 158 error_ = true; in TransformItem()
|
/aosp14/system/core/trusty/gatekeeper/ |
H A D | trusty_gatekeeper.cpp | 48 error_ = rc; in TrustyGateKeeperDevice() 82 if (error_ != 0) { in enroll() 117 if (error_ != 0) { in verify() 148 if (error_ != 0) { in deleteUser() 168 if (error_ != 0) { in deleteAllUsers()
|
H A D | trusty_gatekeeper.h | 103 int error_; variable
|
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | gwp_asan.cpp | 97 error_ = __gwp_asan_diagnose_error(&state_, metadata_.get(), crash_address_); in GwpAsanCrashData() 98 error_string_ = gwp_asan::ErrorToString(error_); in GwpAsanCrashData() 120 switch (error_) { in AddCauseProtos()
|
/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.h | 116 std::string error_; variable 120 return error_; in GetError()
|
/aosp14/frameworks/base/tools/aapt2/util/ |
H A D | Util.h | 181 std::string error_; variable 189 return error_; in Error() 201 return error_.empty();
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 859 if (!error_.empty()) { in AppendText() 904 error_ = in AppendText() 922 error_ = StringPrintf("unescaped apostrophe in string\n\"%s\"", text.c_str()); in AppendText() 935 error_ = StringPrintf("invalid unicode code point in string\n\"%s\"", utf8_data + previous_len); in AppendText() 944 if (!error_.empty()) { in StartSpan() 958 if (!error_.empty()) { in EndSpan() 968 if (!error_.empty()) { in StartUntranslatable() 979 if (!error_.empty()) { in EndUntranslatable() 994 return error_.empty(); 998 return error_; in GetError()
|
H A D | ResourceUtils.h | 314 std::string error_; variable
|
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/legacy/ |
H A D | trusty_keymaster_device.h | 45 keymaster_error_t session_error() { return error_; } in session_error() 153 keymaster_error_t error_; variable
|
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
H A D | gwp_asan.h | 72 gwp_asan::Error error_; variable
|
/aosp14/frameworks/base/tools/aapt2/xml/ |
H A D | XmlPullParser.cpp | 61 error_ = in_->GetError(); in Next() 70 error_ = XML_ErrorString(XML_GetErrorCode(parser_)); in Next() 106 const std::string& XmlPullParser::error() const { return error_; } in error()
|