/system/core/fs_mgr/liblp/ |
D | writer.cpp | 138 PERROR << partition_name << ": ioctl"; in ValidateAndSerializeMetadata() 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() 217 PERROR << __PRETTY_FUNCTION__ << " backup write " << blob.size() << " bytes failed"; 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() [all …]
|
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()
|
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() 107 PERROR << __PRETTY_FUNCTION__ << " open failed: " << image_file; in ReadFromImageFile() 120 PERROR << __PRETTY_FUNCTION__ << " write " << everything.size() << " bytes failed"; in WriteToImageFile() 222 PERROR << "open failed: " << file; in Export() 248 PERROR << "open failed: " << file_path; in ExportFiles() [all …]
|
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 …]
|
D | utility.cpp | 51 PERROR << __PRETTY_FUNCTION__ << "fstat failed"; in GetDescriptorSize() 63 PERROR << __PRETTY_FUNCTION__ << "lseek failed"; in GetDescriptorSize() 219 PERROR << "Cannot dup fd for already controlled file: " << path << ", reopening..."; in GetControlFileOrOpen()
|
D | utility.h | 38 #define PERROR PLOG(ERROR) << LP_TAG macro
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_ops.cpp | 198 PERROR << "Failed to open " << path; in GetSizeOfPartition() 219 PERROR << "Failed to open " << path; in ReadFromPartition() 228 PERROR << "Failed to lseek64 to end of the partition"; in ReadFromPartition() 234 PERROR << "Failed to lseek64 to the beginning of the partition"; in ReadFromPartition() 243 PERROR << "Failed to read " << num_bytes << " bytes from " << path << " offset " << offset; in ReadFromPartition()
|
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()
|
D | util.h | 45 #define PERROR PLOG(ERROR) << FS_AVB_TAG macro
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 181 PERROR << __FUNCTION__ << "(): umount(" << mount_point << ") failed"; in umount_retry() 230 PERROR << __FUNCTION__ << "(): umount(" << target << ") timed out"; in check_fs() 323 PERROR << "Failed to open '" << blk_device << "'"; in read_ext4_superblock() 328 PERROR << "Can't read '" << blk_device << "' superblock"; in read_ext4_superblock() 622 PERROR << "Failed to open '" << blk_device << "'"; in read_f2fs_superblock() 627 PERROR << "Can't read '" << blk_device << "' superblock1"; in read_f2fs_superblock() 634 PERROR << "Can't read '" << blk_device << "' superblock2"; in read_f2fs_superblock() 666 PERROR << "Failed to realpath " << entry_block_device; in SetReadAheadSize() 721 PERROR << "Failed to write file " << flag_file; in check_if_preventative_fsck_needed() 1077 PERROR << "Could not umount " << entry.mount_point << " - fail since can't encrypt"; in handle_encryptable() [all …]
|
D | fs_mgr_overlayfs_control.cpp | 90 PERROR << "opendir " << path << " depth=" << level; in fs_mgr_rm_all() 111 PERROR << "rmdir " << file << " depth=" << level; in fs_mgr_rm_all() 119 PERROR << "rm " << file << " depth=" << level; in fs_mgr_rm_all() 133 PERROR << "mkdir " << top; in fs_mgr_overlayfs_setup_dir() 155 PERROR << "mkdir " << fsrec_mount_point; in fs_mgr_overlayfs_setup_one() 159 PERROR << "mkdir " << fsrec_mount_point << kWorkName; in fs_mgr_overlayfs_setup_one() 175 PERROR << "mkdir " << upper; in fs_mgr_overlayfs_setup_one() 332 PERROR << "mv " << oldpath << " " << newpath; in fs_mgr_overlayfs_teardown_one() 339 PERROR << "rmdir " << newpath; in fs_mgr_overlayfs_teardown_one() 350 PERROR << "opendir " << top; in fs_mgr_overlayfs_teardown_one() [all …]
|
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()
|
D | fs_mgr_vendor_overlay.cpp | 77 PERROR << " failed: cannot find the target vendor mount point"; in fs_mgr_vendor_overlay_mount() 95 PERROR << report << ret; in fs_mgr_vendor_overlay_mount()
|
D | fs_mgr_overlayfs_mount.cpp | 293 PERROR << "__mount(target=" << mount_point in fs_mgr_overlayfs_set_shared_mount() 303 PERROR << "__mount(source=" << source << ",target=" << target << ",flag=MS_MOVE)=" << ret; in fs_mgr_overlayfs_move_mount() 321 PERROR << report << ret; in fs_mgr_overlayfs_mount() 338 PERROR << __FUNCTION__ << "(): cannot open file: '" << path << "'"; in ReadMountinfoFromFile() 490 PERROR << "temporary directory for MS_MOVE"; in fs_mgr_overlayfs_mount_one() 564 PERROR << "create " << kScratchMountPoint; in MountScratch() 716 PERROR << "mkdir " << kMoveMountTempDir; in fs_mgr_overlayfs_mount_all() 719 PERROR << "bind mount " << kMoveMountTempDir; in fs_mgr_overlayfs_mount_all()
|
D | fs_mgr_format.cpp | 48 PERROR << "Cannot open block device"; in get_dev_sz() 53 PERROR << "Cannot get block device size"; in get_dev_sz()
|
D | fs_mgr_priv.h | 39 #define PERROR PLOG(ERROR) << FS_MGR_TAG macro
|
D | fs_mgr_dm_linear.cpp | 83 PERROR << "realpath: " << dev_string; in GetPhysicalPartitionDevicePath()
|
/system/core/fs_mgr/libvbmeta/ |
D | utility.h | 27 #define PERROR PLOG(ERROR) << VBMETA_TAG macro
|
D | builder.cpp | 192 PERROR << "Couldn't open super vbmeta file " << super_vbmeta_file; in WriteToSuperVBMetaFile()
|
/system/core/fs_mgr/libfstab/ |
D | logging_macros.h | 39 #define PERROR PLOG(ERROR) << FSTAB_TAG macro
|
D | fstab.cpp | 717 PERROR << __FUNCTION__ << "(): failed to read file: '" << path << "'"; in ReadFstabFromFileCommon() 741 PERROR << __FUNCTION__ << "(): failed to get active DSU slot"; in ReadFstabFromFile() 746 PERROR << __FUNCTION__ << "(): failed to read DSU LP names"; in ReadFstabFromFile() 751 PERROR << __FUNCTION__ << "(): failed to access() DSU booted indicator"; in ReadFstabFromFile()
|