Searched refs:HandleError (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/libziparchive/ |
H A D | zip_writer.cc | 209 return HandleError(kIoError); in StartAlignedEntryWithTime() 228 return HandleError(kIoError); in StartAlignedEntryWithTime() 276 return HandleError(kIoError); in StartAlignedEntryWithTime() 280 return HandleError(kIoError); in StartAlignedEntryWithTime() 285 return HandleError(kIoError); in StartAlignedEntryWithTime() 302 return HandleError(kIoError); in DiscardLastEntry() 353 return HandleError(kIoError); in WriteBytes() 378 return HandleError(kIoError); in StoreBytes() 555 return HandleError(kIoError); in Finish() 561 return HandleError(kIoError); in Finish() [all …]
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | files.cc | 34 void HandleError(const std::string& temp_path, int* dir_fd, FILE** fp) { in HandleError() function 132 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 138 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 145 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 158 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 166 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 173 HandleError(temp_path, &dir_fd, &fp); in WriteToFile() 184 HandleError(temp_path, &dir_fd, &fp); in WriteToFile()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | usb.cpp | 396 HandleError("monitor thread finished"); in StartMonitor() 490 HandleError(StringPrintf("io_getevents failed while reading: %s", strerror(errno))); in ReadEvents() 515 HandleError(error); in ReadEvents() 563 HandleError("received packet of unexpected length while reading header"); in ProcessRead() 573 HandleError("received too many bytes while waiting for payload"); in ProcessRead() 605 HandleError(StringPrintf("failed to submit read: %s", strerror(errno))); in SubmitRead() 671 HandleError(StringPrintf("failed to submit write requests: %s", strerror(errno))); in SubmitWrites() 679 void HandleError(const std::string& error) { in HandleError() function
|
/aosp12/system/libziparchive/include/ziparchive/ |
H A D | zip_writer.h | 164 int32_t HandleError(int32_t error_code);
|
/aosp12/system/update_engine/ |
H A D | test_http_server.cc | 416 ssize_t HandleError(int fd, const HttpRequest& request) { in HandleError() function 549 HandleError(fd, request); in HandleConnection()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
H A D | reader.h | 1383 void HandleError(IterativeParsingState src, InputStream& is) { in HandleError() function 1414 HandleError(state, is); in IterativeParse() 1429 HandleError(state, is); in IterativeParse()
|