Home
last modified time | relevance | path

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

123

/aosp12/system/core/fs_mgr/liblp/
H A 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()
189 PERROR << "open failed: " << file; in Export()
214 PERROR << "open failed: " << file_path; in ExportFiles()
344 PERROR << "lseek failed"; in AddPartitionImage()
384 PERROR << "read failed"; in AddPartitionImage()
[all …]
H A Dwriter.cpp138 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 Dpartition_opener.cpp69 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 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 …]
H A 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()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp406 PERROR << "mkdir " << top; in fs_mgr_overlayfs_setup_dir()
431 PERROR << "mkdir " << fsrec_mount_point; in fs_mgr_overlayfs_setup_one()
450 PERROR << "setfscreatecon " << new_context; in fs_mgr_overlayfs_setup_one()
458 PERROR << "mkdir " << upper; in fs_mgr_overlayfs_setup_one()
583 PERROR << "rmdir " << newpath; in fs_mgr_overlayfs_teardown_one()
597 PERROR << "opendir " << top; in fs_mgr_overlayfs_teardown_one()
613 PERROR << "rmdir " << top; in fs_mgr_overlayfs_teardown_one()
624 PERROR << "__mount(target=" << mount_point in fs_mgr_overlayfs_set_shared_mount()
796 PERROR << report << ret; in fs_mgr_overlayfs_mount()
1324 PERROR << "setup"; in fs_mgr_overlayfs_setup()
[all …]
H A Dfs_mgr.cpp312 PERROR << "Failed to open '" << blk_device << "'"; in read_ext4_superblock()
612 PERROR << "Failed to open '" << blk_device << "'"; in read_f2fs_superblock()
654 PERROR << "Failed to realpath " << entry_block_device; in SetReadAheadSize()
1154 PERROR << "Failed to remove bow device"; in Revert()
1180 PERROR << "Cannot get device size"; in UpdateCheckpointPartition()
1212 PERROR << "Failed to create bow device"; in UpdateCheckpointPartition()
1618 PERROR << android::base::StringPrintf( in fs_mgr_mount_all()
1624 PERROR << android::base::StringPrintf( in fs_mgr_mount_all()
2059 PERROR << "Cannot open target path: " << file_path; in PrepareZramBackingDevice()
2079 PERROR << "Cannot open " << loop_device; in PrepareZramBackingDevice()
[all …]
H A Dfs_mgr_roots.cpp123 PERROR << "Failed to mount " << mount_point << "; formatting"; in EnsurePathMounted()
126 PERROR << "Failed to format " << mount_point; in EnsurePathMounted()
133 PERROR << "Failed to mount " << mount_point; in EnsurePathMounted()
H A 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()
H A 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()
H A Dfs_mgr_format.cpp48 PERROR << "Cannot open block device"; in get_dev_sz()
53 PERROR << "Cannot get block device size"; in get_dev_sz()
/aosp12/system/core/fs_mgr/libfs_avb/
H A 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()
H A Davb_util.cpp328 PERROR << "Failed to get current position"; in GetTotalSize()
335 PERROR << "Failed to lseek64 to end of the partition"; in GetTotalSize()
341 PERROR << "Failed to lseek64 to the original offset: " << saved_current; in GetTotalSize()
356 PERROR << "Failed to read AVB footer at offset: " << footer_offset; in GetAvbFooter()
361 PERROR << "AVB footer verification failed at offset " << footer_offset; in GetAvbFooter()
479 PERROR << partition_name << ": Failed to read vbmeta at offset " << vbmeta_offset in VerifyVBMetaData()
558 PERROR << "No such path: " << image_path; in LoadAndVerifyVbmetaByPath()
564 PERROR << "Failed to open: " << image_path; in LoadAndVerifyVbmetaByPath()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Log.h78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ macro
91 #define PERROR(fmt) perror(fmt) macro
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
451 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
542 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
689 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
734 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
H A DIPACM_Iface.cpp349 PERROR("get interface name socket create failed"); in iface_ipa_index_query()
360 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_ipa_index_query()
401 PERROR("get interface name socket create failed"); in iface_addr_query()
412 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_addr_query()
531 PERROR("ioctl IPA_IOC_QUERY_INTF failed\n"); in query_iface_property()
552 PERROR("ioctl IPA_IOC_QUERY_INTF_TX_PROPS failed\n"); in query_iface_property()
604 PERROR("ioctl IPA_IOC_QUERY_INTF_RX_PROPS failed\n"); in query_iface_property()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
450 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
541 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
688 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
733 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
H A DIPACM_Iface.cpp349 PERROR("get interface name socket create failed"); in iface_ipa_index_query()
360 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_ipa_index_query()
401 PERROR("get interface name socket create failed"); in iface_addr_query()
412 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_addr_query()
537 PERROR("ioctl IPA_IOC_QUERY_INTF failed\n"); in query_iface_property()
558 PERROR("ioctl IPA_IOC_QUERY_INTF_TX_PROPS failed\n"); in query_iface_property()
610 PERROR("ioctl IPA_IOC_QUERY_INTF_RX_PROPS failed\n"); in query_iface_property()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_ConntrackClient.cpp169 PERROR("unable to open socket"); in IPA_Conntrack_Filters_Ignore_Bridge_Addrs()
450 PERROR("nfct_open failed on getting tcp_hdl\n"); in TCPRegisterWithConnTrack()
547 PERROR("nfct_open failed on getting udp_hdl\n"); in UDPRegisterWithConnTrack()
695 PERROR("unable to attach the filter to udp handle\n"); in UpdateUDPFilters()
740 PERROR("unable to attach the filter to tcp handle\n"); in UpdateTCPFilters()
H A DIPACM_Iface.cpp414 PERROR("get interface name socket create failed"); in iface_ipa_index_query()
425 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_ipa_index_query()
466 PERROR("get interface name socket create failed"); in iface_addr_query()
477 PERROR("call_ioctl_on_dev: ioctl failed:"); in iface_addr_query()
602 PERROR("ioctl IPA_IOC_QUERY_INTF failed\n"); in query_iface_property()
623 PERROR("ioctl IPA_IOC_QUERY_INTF_TX_PROPS failed\n"); in query_iface_property()
675 PERROR("ioctl IPA_IOC_QUERY_INTF_RX_PROPS failed\n"); in query_iface_property()
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dutility.h27 #define PERROR PLOG(ERROR) << VBMETA_TAG macro
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
H A Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/
H A Dipa_nat_logi.h53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ macro

123