Home
last modified time | relevance | path

Searched refs:PERROR (Results 1 – 20 of 20) sorted by relevance

/system/core/fs_mgr/liblp/
Dimages.cpp41 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()
129 PERROR << __PRETTY_FUNCTION__ << " open failed: " << file; in WriteToImageFile()
189 PERROR << "open failed: " << file; in Export()
[all …]
Dpartition_opener.cpp65 PERROR << __PRETTY_FUNCTION__ << "open '" << block_device << "' failed"; in GetBlockDeviceInfo()
72 PERROR << __PRETTY_FUNCTION__ << "BLKIOMIN failed on " << block_device; in GetBlockDeviceInfo()
78 PERROR << __PRETTY_FUNCTION__ << "BLKALIGNOFF failed on " << block_device; in GetBlockDeviceInfo()
89 PERROR << __PRETTY_FUNCTION__ << "BLKSSZGET failed on " << block_device; in GetBlockDeviceInfo()
Dwriter.cpp138 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 …]
Dreader.cpp121 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 …]
Dutility.cpp50 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()
Dutility.h38 #define PERROR PLOG(ERROR) << LP_TAG macro
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp232 PERROR << "opendir " << path << " depth=" << level; in fs_mgr_rm_all()
256 PERROR << "rmdir " << file << " depth=" << level; in fs_mgr_rm_all()
264 PERROR << "rm " << file << " depth=" << level; in fs_mgr_rm_all()
366 PERROR << "setfscreatecon " << kOverlayfsFileContext; in fs_mgr_overlayfs_setup_dir()
373 PERROR << "mkdir " << top; in fs_mgr_overlayfs_setup_dir()
391 PERROR << "setfscreatecon " << kOverlayfsFileContext; in fs_mgr_overlayfs_setup_one()
398 PERROR << "mkdir " << fsrec_mount_point; in fs_mgr_overlayfs_setup_one()
408 PERROR << "mkdir " << fsrec_mount_point << kWorkName; in fs_mgr_overlayfs_setup_one()
417 PERROR << "setfscreatecon " << new_context; in fs_mgr_overlayfs_setup_one()
425 PERROR << "mkdir " << upper; in fs_mgr_overlayfs_setup_one()
[all …]
Dfs_mgr_roots.cpp122 PERROR << "Failed to mount " << mount_point << "; formatting"; in EnsurePathMounted()
125 PERROR << "Failed to format " << mount_point; in EnsurePathMounted()
132 PERROR << "Failed to mount " << mount_point; in EnsurePathMounted()
Dfs_mgr.cpp220 PERROR << __FUNCTION__ << "(): umount(" << target << ") failed"; in check_fs()
225 PERROR << __FUNCTION__ << "(): umount(" << target << ") timed out"; in check_fs()
314 PERROR << "Failed to open '" << blk_device << "'"; in read_ext4_superblock()
319 PERROR << "Can't read '" << blk_device << "' superblock"; in read_ext4_superblock()
339 PERROR << "Can't read '" << blk_device << "' superblock"; in read_ext4_superblock()
636 PERROR << "Failed to open '" << blk_device << "'"; in read_f2fs_superblock()
641 PERROR << "Can't read '" << blk_device << "' superblock1"; in read_f2fs_superblock()
646 PERROR << "Can't read '" << blk_device << "' superblock2"; in read_f2fs_superblock()
991 PERROR << "Could not umount " << entry.mount_point << " - fail since can't encrypt"; in handle_encryptable()
1097 PERROR << "Failed to remove bow device"; in Revert()
[all …]
Dfs_mgr_vendor_overlay.cpp78 PERROR << " failed: cannot find the target vendor mount point"; in fs_mgr_vendor_overlay_mount()
98 PERROR << report << ret; in fs_mgr_vendor_overlay_mount()
Dfs_mgr_format.cpp48 PERROR << "Cannot open block device"; in get_dev_sz()
53 PERROR << "Cannot get block device size"; in get_dev_sz()
Dfs_mgr_priv.h47 #define PERROR PLOG(ERROR) << FS_MGR_TAG macro
Dfs_mgr_verity.cpp286 PERROR << "Failed to open " << path; in read_partition()
293 PERROR << "Error in reading partition " << path; in read_partition()
395 PERROR << "Failed to open '" << entry->blk_device << "'"; in fs_mgr_setup_verity()
401 PERROR << "Failed to get verity metadata '" << entry->blk_device << "'"; in fs_mgr_setup_verity()
Dfs_mgr_dm_linear.cpp83 PERROR << "realpath: " << dev_string; in GetPhysicalPartitionDevicePath()
Dfs_mgr_fstab.cpp683 PERROR << __FUNCTION__ << "(): cannot open file: '" << path << "'"; in ReadFstabFromFile()
719 if (log) PERROR << __FUNCTION__ << "(): failed to create a file stream for fstab dt"; in ReadFstabFromDt()
/system/core/fs_mgr/libfs_avb/
Davb_ops.cpp191 PERROR << "Failed to open " << path; in ReadFromPartition()
200 PERROR << "Failed to lseek64 to end of the partition"; in ReadFromPartition()
206 PERROR << "Failed to lseek64 to the beginning of the partition"; in ReadFromPartition()
215 PERROR << "Failed to read " << num_bytes << " bytes from " << path << " offset " << offset; in ReadFromPartition()
Davb_util.cpp326 PERROR << "Failed to get current position"; in GetTotalSize()
333 PERROR << "Failed to lseek64 to end of the partition"; in GetTotalSize()
339 PERROR << "Failed to lseek64 to the original offset: " << saved_current; in GetTotalSize()
354 PERROR << "Failed to read AVB footer at offset: " << footer_offset; in GetAvbFooter()
359 PERROR << "AVB footer verification failed at offset " << footer_offset; in GetAvbFooter()
477 PERROR << partition_name << ": Failed to read vbmeta at offset " << vbmeta_offset in VerifyVBMetaData()
556 PERROR << "No such path: " << image_path; in LoadAndVerifyVbmetaByPath()
562 PERROR << "Failed to open: " << image_path; in LoadAndVerifyVbmetaByPath()
Dutil.h45 #define PERROR PLOG(ERROR) << FS_AVB_TAG macro
/system/core/fs_mgr/libvbmeta/
Dutility.h27 #define PERROR PLOG(ERROR) << VBMETA_TAG macro
Dbuilder.cpp192 PERROR << "Couldn't open super vbmeta file " << super_vbmeta_file; in WriteToSuperVBMetaFile()