Searched refs:HandleError (Results 1 – 4 of 4) sorted by relevance
/system/libziparchive/ |
D | zip_writer.cc | 127 int32_t ZipWriter::HandleError(int32_t error_code) { in HandleError() function in ZipWriter 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() 333 return HandleError(kZlibError); in PrepareDeflate() 336 return HandleError(kZlibError); in PrepareDeflate() 348 return HandleError(kInvalidState); in WriteBytes() [all …]
|
/system/bt/gd/os/linux_generic/ |
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()
|
/system/libziparchive/include/ziparchive/ |
D | zip_writer.h | 164 int32_t HandleError(int32_t error_code);
|
/system/update_engine/ |
D | test_http_server.cc | 416 ssize_t HandleError(int fd, const HttpRequest& request) { in HandleError() function 549 HandleError(fd, request); in HandleConnection()
|