/aosp14/system/core/fs_mgr/liblp/ |
H A D | images.cpp | 41 PERROR << __PRETTY_FUNCTION__ << " fstat failed"; in IsEmptySuperImage() 51 PERROR << __PRETTY_FUNCTION__ << " lseek failed"; in IsEmptySuperImage() 55 PERROR << __PRETTY_FUNCTION__ << " read failed"; in IsEmptySuperImage() 64 PERROR << __PRETTY_FUNCTION__ << " open failed"; in IsEmptySuperImage() 73 PERROR << __PRETTY_FUNCTION__ << " lseek failed"; in ReadFromImageFile() 77 PERROR << __PRETTY_FUNCTION__ << " read failed"; in ReadFromImageFile() 189 PERROR << "open failed: " << file; in Export() 214 PERROR << "open failed: " << file_path; in ExportFiles() 349 PERROR << "lseek failed"; in AddPartitionImage() 389 PERROR << "read failed"; in AddPartitionImage() [all …]
|
H A D | writer.cpp | 138 PERROR << partition_name << ": ioctl"; 195 PERROR << __PRETTY_FUNCTION__ << " lseek failed: offset " << primary_offset; in WritePrimaryMetadata() 199 PERROR << __PRETTY_FUNCTION__ << " write " << blob.size() << " bytes failed"; in WritePrimaryMetadata() 213 PERROR << __PRETTY_FUNCTION__ << " lseek failed: offset " << backup_offset; in WriteBackupMetadata() 252 PERROR << __PRETTY_FUNCTION__ << " open failed: " << super_partition; in FlashPartitionTable() 278 PERROR << __PRETTY_FUNCTION__ << " lseek failed: offset 0"; in FlashPartitionTable() 282 PERROR << __PRETTY_FUNCTION__ << " write " << zeroes.size() << " bytes failed"; in FlashPartitionTable() 291 PERROR << __PRETTY_FUNCTION__ << " lseek failed: primary geometry"; in FlashPartitionTable() 295 PERROR << __PRETTY_FUNCTION__ << " write " << blob.size() << " bytes failed"; in FlashPartitionTable() 299 PERROR << __PRETTY_FUNCTION__ << " lseek failed: backup geometry"; in FlashPartitionTable() [all …]
|
H A D | partition_opener.cpp | 69 PERROR << __PRETTY_FUNCTION__ << "open '" << block_device << "' failed"; in GetBlockDeviceInfo() 76 PERROR << __PRETTY_FUNCTION__ << "BLKIOMIN failed on " << block_device; in GetBlockDeviceInfo() 82 PERROR << __PRETTY_FUNCTION__ << "BLKALIGNOFF failed on " << block_device; in GetBlockDeviceInfo() 93 PERROR << __PRETTY_FUNCTION__ << "BLKSSZGET failed on " << block_device; in GetBlockDeviceInfo()
|
H A D | reader.cpp | 121 PERROR << __PRETTY_FUNCTION__ << " lseek failed"; in ReadPrimaryGeometry() 125 PERROR << __PRETTY_FUNCTION__ << " read " << LP_METADATA_GEOMETRY_SIZE << " bytes failed"; in ReadPrimaryGeometry() 134 PERROR << __PRETTY_FUNCTION__ << " lseek failed"; in ReadBackupGeometry() 138 PERROR << __PRETTY_FUNCTION__ << " backup read " << LP_METADATA_GEOMETRY_SIZE in ReadBackupGeometry() 173 PERROR << __PRETTY_FUNCTION__ << " read failed"; in ReadMetadataHeader() 202 PERROR << __PRETTY_FUNCTION__ << " read failed"; in ReadMetadataHeader() 272 PERROR << __PRETTY_FUNCTION__ << " read " << header.tables_size << "bytes failed"; in ParseMetadata() 380 PERROR << __PRETTY_FUNCTION__ << " lseek failed: offset " << offset; in ReadPrimaryMetadata() 390 PERROR << __PRETTY_FUNCTION__ << " lseek failed: offset " << offset; in ReadBackupMetadata() 443 PERROR << __PRETTY_FUNCTION__ << " open failed: " << super_partition; in ReadMetadata() [all …]
|
H A D | utility.cpp | 50 PERROR << __PRETTY_FUNCTION__ << "fstat failed"; in GetDescriptorSize() 62 PERROR << __PRETTY_FUNCTION__ << "lseek failed"; in GetDescriptorSize() 218 PERROR << "Cannot dup fd for already controlled file: " << path << ", reopening..."; in GetControlFileOrOpen()
|
H A D | utility.h | 38 #define PERROR PLOG(ERROR) << LP_TAG macro
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | avb_ops.cpp | 193 PERROR << "Failed to open " << path; in GetSizeOfPartition() 214 PERROR << "Failed to open " << path; in ReadFromPartition() 223 PERROR << "Failed to lseek64 to end of the partition"; in ReadFromPartition() 229 PERROR << "Failed to lseek64 to the beginning of the partition"; in ReadFromPartition() 238 PERROR << "Failed to read " << num_bytes << " bytes from " << path << " offset " << offset; in ReadFromPartition()
|
H A D | avb_util.cpp | 260 PERROR << "Failed to get current position"; in GetTotalSize() 267 PERROR << "Failed to lseek64 to end of the partition"; in GetTotalSize() 273 PERROR << "Failed to lseek64 to the original offset: " << saved_current; in GetTotalSize() 288 PERROR << "Failed to read AVB footer at offset: " << footer_offset; in GetAvbFooter() 293 PERROR << "AVB footer verification failed at offset " << footer_offset; in GetAvbFooter() 411 PERROR << partition_name << ": Failed to read vbmeta at offset " << vbmeta_offset in VerifyVBMetaData() 490 PERROR << "No such path: " << image_path; in LoadAndVerifyVbmetaByPath() 496 PERROR << "Failed to open: " << image_path; in LoadAndVerifyVbmetaByPath()
|
H A D | util.h | 45 #define PERROR PLOG(ERROR) << FS_AVB_TAG macro
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 323 PERROR << "Failed to open '" << blk_device << "'"; in read_ext4_superblock() 623 PERROR << "Failed to open '" << blk_device << "'"; in read_f2fs_superblock() 720 PERROR << "Failed to write file " << flag_file; in check_if_preventative_fsck_needed() 1172 PERROR << "Failed to remove bow device"; in Revert() 1198 PERROR << "Cannot get device size"; in UpdateCheckpointPartition() 1599 PERROR << android::base::StringPrintf( in fs_mgr_mount_all() 1605 PERROR << android::base::StringPrintf( in fs_mgr_mount_all() 2059 PERROR << "Cannot open target path: " << file_path; in PrepareZramBackingDevice() 2083 PERROR << "Cannot open " << loop_device; in PrepareZramBackingDevice() 2352 PERROR << report << ret; in fs_mgr_mount_overlayfs_fstab_entry() [all …]
|
H A D | fs_mgr_overlayfs.cpp | 402 PERROR << "mkdir " << top; in fs_mgr_overlayfs_setup_dir() 423 PERROR << "mkdir " << fsrec_mount_point; in fs_mgr_overlayfs_setup_one() 443 PERROR << "mkdir " << upper; in fs_mgr_overlayfs_setup_one() 583 PERROR << "mv " << oldpath << " " << newpath; in fs_mgr_overlayfs_teardown_one() 590 PERROR << "rmdir " << newpath; in fs_mgr_overlayfs_teardown_one() 601 PERROR << "opendir " << top; in fs_mgr_overlayfs_teardown_one() 615 PERROR << "rmdir " << top; in fs_mgr_overlayfs_teardown_one() 626 PERROR << "__mount(target=" << mount_point in fs_mgr_overlayfs_set_shared_mount() 801 PERROR << report << ret; in fs_mgr_overlayfs_mount() 857 PERROR << "create " << kScratchMountPoint; in MountScratch() [all …]
|
H A D | fs_mgr_roots.cpp | 127 PERROR << "Failed to mount " << mount_point << "; formatting"; in TryPathMount() 129 PERROR << "Failed to format " << mount_point; in TryPathMount() 136 PERROR << "Failed to mount " << mount_point; in TryPathMount()
|
H A D | fs_mgr_vendor_overlay.cpp | 77 PERROR << " failed: cannot find the target vendor mount point"; in fs_mgr_vendor_overlay_mount() 97 PERROR << report << ret; in fs_mgr_vendor_overlay_mount()
|
H A D | fs_mgr_format.cpp | 47 PERROR << "Cannot open block device"; in get_dev_sz() 52 PERROR << "Cannot get block device size"; in get_dev_sz()
|
H A D | fs_mgr_priv.h | 47 #define PERROR PLOG(ERROR) << FS_MGR_TAG macro
|
H A D | fs_mgr_fstab.cpp | 705 PERROR << __FUNCTION__ << "(): failed to read file: '" << path << "'"; in ReadFstabFromFile() 718 PERROR << __FUNCTION__ << "(): failed to get active DSU slot"; in ReadFstabFromFile() 723 PERROR << __FUNCTION__ << "(): failed to read DSU LP names"; in ReadFstabFromFile() 728 PERROR << __FUNCTION__ << "(): failed to access() DSU booted indicator"; in ReadFstabFromFile()
|
H A D | fs_mgr_dm_linear.cpp | 83 PERROR << "realpath: " << dev_string; in GetPhysicalPartitionDevicePath()
|
/aosp14/system/core/fs_mgr/libvbmeta/ |
H A D | utility.h | 27 #define PERROR PLOG(ERROR) << VBMETA_TAG macro
|
H A D | builder.cpp | 192 PERROR << "Couldn't open super vbmeta file " << super_vbmeta_file; in WriteToSuperVBMetaFile()
|