• Home
  • Raw
  • Download

Lines Matching refs:ERROR

147         PLOG(ERROR) << "error seeking to offset " << offset;  in write_at_offset()
151 PLOG(ERROR) << "error writing offset " << offset; in write_at_offset()
214 PLOG(ERROR) << "failed to open \"" << uncrypt_path_file << "\""; in FindUncryptPackage()
227 PLOG(ERROR) << "failed to fsync \"" << name << "\""; in RetryFibmap()
231 PLOG(ERROR) << "failed to find block " << head_block; in RetryFibmap()
239 LOG(ERROR) << "fibmap of " << head_block << " always returns 0"; in RetryFibmap()
247 LOG(ERROR) << "failed to remove the existing map file " << map_file << ": " << err; in ProductBlockMap()
253 PLOG(ERROR) << "failed to open " << tmp_map_file; in ProductBlockMap()
259 LOG(ERROR) << "failed to write to socket " << socket; in ProductBlockMap()
265 PLOG(ERROR) << "failed to stat " << path; in ProductBlockMap()
280 PLOG(ERROR) << "failed to write " << tmp_map_file; in ProductBlockMap()
293 PLOG(ERROR) << "failed to open " << path << " for reading"; in ProductBlockMap()
301 PLOG(ERROR) << "failed to open " << blk_dev << " for writing"; in ProductBlockMap()
327 PLOG(ERROR) << "Failed to set pin_file for f2fs: " << path << " on " << blk_dev; in ProductBlockMap()
346 PLOG(ERROR) << "failed to find block " << head_block; in ProductBlockMap()
351 LOG(ERROR) << "failed to find block " << head_block << ", retrying"; in ProductBlockMap()
374 PLOG(ERROR) << "failed to read " << path; in ProductBlockMap()
391 PLOG(ERROR) << "failed to find block " << head_block; in ProductBlockMap()
396 LOG(ERROR) << "failed to find block " << head_block << ", retrying"; in ProductBlockMap()
416 PLOG(ERROR) << "failed to write " << tmp_map_file; in ProductBlockMap()
422 PLOG(ERROR) << "failed to write " << tmp_map_file; in ProductBlockMap()
428 PLOG(ERROR) << "failed to fsync \"" << tmp_map_file << "\""; in ProductBlockMap()
432 PLOG(ERROR) << "failed to close " << tmp_map_file; in ProductBlockMap()
438 PLOG(ERROR) << "failed to fsync \"" << blk_dev << "\""; in ProductBlockMap()
442 PLOG(ERROR) << "failed to close " << blk_dev; in ProductBlockMap()
448 PLOG(ERROR) << "failed to rename " << tmp_map_file << " to " << map_file; in ProductBlockMap()
455 PLOG(ERROR) << "failed to open dir " << dir_name; in ProductBlockMap()
459 PLOG(ERROR) << "failed to fsync " << dir_name; in ProductBlockMap()
463 PLOG(ERROR) << "failed to close " << dir_name; in ProductBlockMap()
476 PLOG(ERROR) << "Failed to convert \"" << input_path << "\" to absolute path"; in Uncrypt()
485 LOG(ERROR) << "Failed to find block device for " << path; in Uncrypt()
559 LOG(ERROR) << "failed to clear bootloader message: " << err; in clear_bcb()
571 PLOG(ERROR) << "failed to read the length"; in setup_bcb()
580 PLOG(ERROR) << "failed to read the message"; in setup_bcb()
590 PLOG(ERROR) << "failed to read " << path; in setup_bcb()
600 LOG(ERROR) << "failed to set bootloader message: " << err; in setup_bcb()
605 PLOG(ERROR) << "failed to set wipe package: " << err; in setup_bcb()
642 LOG(ERROR) << "failed to read default fstab"; in main()
662 PLOG(ERROR) << "failed to open socket \"" << UNCRYPT_SOCKET << "\""; in main()
669 PLOG(ERROR) << "failed to listen on socket " << service_socket.get(); in main()
676 PLOG(ERROR) << "failed to accept on socket " << service_socket.get(); in main()
693 LOG(ERROR) << "Invalid uncrypt action code: " << action; in main()
704 PLOG(ERROR) << "failed to read the code"; in main()