/aosp12/system/vold/ |
H A D | Loop.cpp | 57 PLOG(ERROR) << "Failed to open loop-control"; in create() 63 PLOG(ERROR) << "Failed LOOP_CTL_GET_FREE"; in create() 78 PLOG(ERROR) << "Failed to open " << target; in create() 87 PLOG(ERROR) << "Failed to open " << out_device; in create() 92 PLOG(ERROR) << "Failed to LOOP_SET_FD"; in create() 100 PLOG(ERROR) << "Failed to LOOP_SET_STATUS64"; in create() 132 PLOG(ERROR) << "Failed to opendir"; in destroyAll() 183 PLOG(ERROR) << "Failed to ftruncate"; in createImageFile() 194 PLOG(ERROR) << "Failed to open " << file; in resizeImageFile() 204 PLOG(ERROR) << "Failed to ftruncate"; in resizeImageFile() [all …]
|
H A D | Utils.cpp | 430 PLOG(ERROR) << "Failed to open " << path; in SetAttrs() 503 PLOG(INFO) << "ForceUnmount failed"; in ForceUnmount() 598 PLOG(ERROR) << "Failed to stat " << dir; in CreateDir() 602 PLOG(ERROR) << "Failed to mkdir " << dir; in CreateDir() 710 PLOG(ERROR) << "Pipe in ForkExecvp"; in ForkExecvp() 724 PLOG(ERROR) << "dup2 in ForkExecvp"; in ForkExecvp() 729 PLOG(ERROR) << "exec in ForkExecvp"; in ForkExecvp() 733 PLOG(ERROR) << "fork in ForkExecvp"; in ForkExecvp() 743 PLOG(ERROR) << "waitpid in ForkExecvp"; in ForkExecvp() 767 PLOG(ERROR) << "exec in ForkExecvpAsync"; in ForkExecvpAsync() [all …]
|
H A D | Benchmark.cpp | 63 PLOG(WARNING) << "Failed to getpriority"; in PerformanceBoost() 67 PLOG(WARNING) << "Failed to setpriority"; in PerformanceBoost() 70 PLOG(WARNING) << "Failed to android_get_ioprio"; in PerformanceBoost() 75 PLOG(WARNING) << "Failed to android_set_ioprio"; in PerformanceBoost() 81 PLOG(WARNING) << "Failed to android_set_ioprio"; in ~PerformanceBoost() 84 PLOG(WARNING) << "Failed to setpriority"; in ~PerformanceBoost() 110 PLOG(ERROR) << "Failed getcwd"; in benchmarkInternal() 114 PLOG(ERROR) << "Failed chdir"; in benchmarkInternal() 142 PLOG(ERROR) << "Failed to drop_caches"; in benchmarkInternal() 174 PLOG(ERROR) << "Failed to chdir"; in benchmarkInternal()
|
/aosp12/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 151 PLOG(ERROR) << "error writing offset " << offset; in write_at_offset() 227 PLOG(ERROR) << "failed to fsync \"" << name << "\""; in RetryFibmap() 253 PLOG(ERROR) << "failed to open " << tmp_map_file; in ProductBlockMap() 265 PLOG(ERROR) << "failed to stat " << path; in ProductBlockMap() 280 PLOG(ERROR) << "failed to write " << tmp_map_file; in ProductBlockMap() 374 PLOG(ERROR) << "failed to read " << path; in ProductBlockMap() 459 PLOG(ERROR) << "failed to fsync " << dir_name; in ProductBlockMap() 463 PLOG(ERROR) << "failed to close " << dir_name; in ProductBlockMap() 571 PLOG(ERROR) << "failed to read the length"; in setup_bcb() 580 PLOG(ERROR) << "failed to read the message"; in setup_bcb() [all …]
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | otapreopt_chroot.cpp | 71 PLOG(ERROR) << "Running otapreopt failed: " << apexd_error_msg; in ActivateApexPackages() 124 PLOG(ERROR) << "Not enough arguments."; in otapreopt_chroot() 141 PLOG(ERROR) << "Failed to unshare() for otapreopt."; in otapreopt_chroot() 147 PLOG(ERROR) << "Failed to mount private."; in otapreopt_chroot() 158 PLOG(ERROR) << "Failed to bind-mount " << kBindMounts[i]; in otapreopt_chroot() 220 PLOG(ERROR) << "Failed to restorecon " << kPostinstallApexDir; in otapreopt_chroot() 234 PLOG(ERROR) << "Unable to chdir into /postinstall."; in otapreopt_chroot() 240 PLOG(ERROR) << "Failed to chroot"; in otapreopt_chroot() 245 PLOG(ERROR) << "Unable to chdir into /."; in otapreopt_chroot() 283 PLOG(ERROR) << "unable to open /apex"; in otapreopt_chroot() [all …]
|
/aosp12/system/core/debuggerd/ |
H A D | crash_dump.cpp | 174 PLOG(ERROR) << "AM pid write failed"; in activity_manager_notify() 179 PLOG(ERROR) << "AM signal write failed"; in activity_manager_notify() 183 PLOG(ERROR) << "AM data write failed"; in activity_manager_notify() 209 PLOG(FATAL) << "failed to set signal mask"; in DefuseSignalHandlers() 274 PLOG(FATAL) << "failed to read target ucontext"; in ReadCrashInfo() 334 PLOG(FATAL) << "failed to waitpid"; in wait_for_clone() 356 PLOG(FATAL) << "failed to waitpid on child"; in wait_for_clone() 422 PLOG(FATAL) << "failed to create pipe"; in main() 427 PLOG(FATAL) << "fork failed"; in main() 465 PLOG(FATAL) << "failed to get process threads"; in main() [all …]
|
/aosp12/frameworks/opt/net/wifi/libwifi_hal/ |
H A D | wifi_hal_common.cpp | 66 PLOG(ERROR) << "Failed to open " << filename; in insmod() 74 PLOG(ERROR) << "finit_module return: " << ret; in insmod() 93 PLOG(DEBUG) << "Unable to unload driver module '" << modname << "'"; in rmmod() 114 PLOG(ERROR) << "Failed to access driver state control param " in wifi_change_driver_state() 120 PLOG(ERROR) << "Failed to open driver state control param"; in wifi_change_driver_state() 125 PLOG(ERROR) << "Failed to write driver state control param"; in wifi_change_driver_state() 156 PLOG(WARNING) << "Could not open " << MODULE_FILE; in is_wifi_driver_loaded() 198 PLOG(DEBUG) << "Driver unloaded"; in wifi_load_driver() 201 PLOG(DEBUG) << "Driver unload failed! set driver prop to 'ok'."; in wifi_load_driver() 262 PLOG(ERROR) << "Failed to open wlan fw path param"; in wifi_change_fw_path() [all …]
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 103 PLOG(ERROR) << "Could not read file: " << dm_name_file; in DeviceMapperStackPop() 137 PLOG(ERROR) << "Failed to open: " << dm_leaf_dir; in DeviceMapperStackPop() 174 PLOG(ERROR) << "Failed to get stat for: " << file_path; in GetBlockDeviceForFile() 282 PLOG(ERROR) << "Failed to lseek " << file_path; in FallocateFallback() 291 PLOG(ERROR) << "Write failed: " << file_path; in FallocateFallback() 332 PLOG(ERROR) << "Failed to get flags: " << file_path; in IsFilePinned() 374 PLOG(ERROR) << "Failed to pin file: " << file_path; in PinFile() 489 PLOG(ERROR) << "open: " << file_path; in HasPinnedExtents() 495 PLOG(ERROR) << "fstatfs64: " << file_path; in HasPinnedExtents() 625 PLOG(ERROR) << "Failed to stat " << file_path; in ReadFibmap() [all …]
|
/aosp12/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 59 PLOG(ERROR) << "libdebuggerd_client: failed to send signal to pid " << pid; in send_signal() 147 PLOG(ERROR) << "libdebuggerd_client: failed to set receive timeout"; in debuggerd_trigger_dump() 151 PLOG(ERROR) << "libdebuggerd_client: failed to set send timeout"; in debuggerd_trigger_dump() 160 PLOG(ERROR) << "libdebugger_client: failed to create socket"; in debuggerd_trigger_dump() 166 PLOG(ERROR) << "libdebuggerd_client: failed to connect to tombstoned"; in debuggerd_trigger_dump() 175 PLOG(ERROR) << "libdebugger_client: failed to set timeout"; in debuggerd_trigger_dump() 182 PLOG(ERROR) << "libdebuggerd_client: failed to create pipe"; in debuggerd_trigger_dump() 197 PLOG(ERROR) << "failed to set pipe buffer size"; in debuggerd_trigger_dump() 274 PLOG(ERROR) << "libdebuggerd_client: error while polling"; in debuggerd_trigger_dump() 288 PLOG(ERROR) << "libdebuggerd_client: error while reading"; in debuggerd_trigger_dump() [all …]
|
/aosp12/system/vold/model/ |
H A D | PrivateVolume.cpp | 83 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doCreate() 111 PLOG(ERROR) << "Cannot remove dm device " << getId(); in doDestroy() 130 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount() 139 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount() 144 PLOG(ERROR) << getId() << " failed to mount"; in doMount() 153 PLOG(ERROR) << getId() << " failed filesystem check"; in doMount() 158 PLOG(ERROR) << getId() << " failed to mount"; in doMount() 180 PLOG(ERROR) << getId() << " failed to prepare"; in doMount() 206 PLOG(ERROR) << getId() << " failed to rmdir mount point " << mPath; in doUnmount() 231 PLOG(ERROR) << getId() << " failed to format"; in doFormat() [all …]
|
H A D | ObbVolume.cpp | 55 PLOG(ERROR) << getId() << " failed to create loop"; in doCreate() 62 PLOG(ERROR) << getId() << " failed to get loop size"; in doCreate() 69 PLOG(ERROR) << getId() << " failed to create dm"; in doCreate() 82 PLOG(WARNING) << getId() << " failed to destroy dm"; in doDestroy() 85 PLOG(WARNING) << getId() << " failed to destroy loop"; in doDestroy() 97 PLOG(ERROR) << getId() << " failed to create mount point"; in doMount() 104 PLOG(ERROR) << getId() << " failed to mount"; in doMount()
|
/aosp12/system/core/libprocessgroup/ |
H A D | processgroup.cpp | 96 PLOG(ERROR) << "Failed to find cgroup for tid " << tid; in CgroupGetAttributePathForTask() 170 PLOG(WARNING) << "Failed to remove " << path; in RemoveUidProcessGroups() 195 PLOG(ERROR) << "Failed to open " << cgroup_root_path; in removeAllProcessGroups() 214 PLOG(WARNING) << "Failed to remove " << path; in removeAllProcessGroups() 238 PLOG(ERROR) << "opendir failed for " << path; in MkdirAndChown() 251 PLOG(ERROR) << "lchown failed for " << file_path; in MkdirAndChown() 256 PLOG(ERROR) << "fchmodat failed for " << file_path; in MkdirAndChown() 428 PLOG(ERROR) << "Failed to get stats for " << cgroup; in createProcessGroupInternal() 436 PLOG(ERROR) << "Failed to make and chown " << uid_path; in createProcessGroupInternal() 443 PLOG(ERROR) << "Failed to make and chown " << uid_pid_path; in createProcessGroupInternal() [all …]
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | VideoCapture.cpp | 105 PLOG(ERROR) << "VIDIOC_S_FMT failed"; in open() 122 PLOG(ERROR) << "VIDIOC_G_FMT failed"; in open() 163 PLOG(ERROR) << "VIDIOC_REQBUFS failed"; in startStream() 179 PLOG(ERROR) << "VIDIOC_QUERYBUF failed"; in startStream() 199 PLOG(ERROR) << "mmap() failed"; in startStream() 208 PLOG(ERROR) << "VIDIOC_QBUF failed"; in startStream() 216 PLOG(ERROR) << "VIDIOC_STREAMON failed"; in startStream() 250 PLOG(ERROR) << "VIDIOC_STREAMOFF failed"; in stopStream() 286 PLOG(ERROR) << "VIDIOC_QBUF failed"; in returnFrame() 308 PLOG(ERROR) << "VIDIOC_DQBUF failed"; in collectFrames() [all …]
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | loop_control.cpp | 38 PLOG(ERROR) << "Failed to open loop-control"; in LoopControl() 61 PLOG(ERROR) << "Failed to open: " << *loopdev; in Attach() 69 PLOG(ERROR) << "Failed LOOP_SET_FD"; in Attach() 89 PLOG(ERROR) << "Failed to open: " << loopdev; in Detach() 95 PLOG(ERROR) << "Failed LOOP_CLR_FD for '" << loopdev << "'"; in Detach() 104 PLOG(ERROR) << "Failed to get free loop device"; in FindFreeLoopDevice() 126 PLOG(ERROR) << "Could not set loop device block size"; in EnableDirectIo() 130 PLOG(ERROR) << "Could not set loop direct IO"; in EnableDirectIo() 149 PLOG(ERROR) << "open failed for " << path; in LoopDevice()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/ |
H A D | CanBusSlcan.cpp | 59 PLOG(ERROR) << "Failed to get the name of the created device"; in updateIfaceName() 83 PLOG(ERROR) << "SLCAN Failed to open " << mUartName; in preUp() 95 PLOG(ERROR) << "Failed to read attrs of" << mUartName; in preUp() 110 PLOG(ERROR) << "Failed to read serial settings from " << mUartName; in preUp() 117 PLOG(ERROR) << "Failed to set low latency mode on " << mUartName; in preUp() 124 PLOG(ERROR) << "Failed to apply terminal settings to " << mUartName; in preUp() 130 PLOG(ERROR) << "Failed to apply CAN bitrate"; in preUp() 137 PLOG(ERROR) << "Failed to set open flag"; in preUp() 143 PLOG(ERROR) << "Failed to set line discipline to slcan"; in preUp()
|
/aosp12/system/core/libsuspend/ |
H A D | autosuspend_wakeup_count.cpp | 76 PLOG(ERROR) << "error reading from " << sys_power_wakeup_count; in suspend_thread_func() 89 PLOG(ERROR) << "error waiting on semaphore"; in suspend_thread_func() 103 PLOG(ERROR) << "error writing to " << sys_power_wakeup_count; in suspend_thread_func() 109 PLOG(ERROR) << "error releasing semaphore"; in suspend_thread_func() 122 PLOG(ERROR) << "error opening " << sys_power_state; in init_state_fd() 143 PLOG(ERROR) << "error opening " << sys_power_wakeup_count; in autosuspend_init() 149 PLOG(ERROR) << "error creating suspend_lockout semaphore"; in autosuspend_init() 182 PLOG(ERROR) << "error changing semaphore"; in autosuspend_wakeup_count_enable() 200 PLOG(ERROR) << "error changing semaphore"; in autosuspend_wakeup_count_disable()
|
/aosp12/system/iorap/src/serialize/ |
H A D | protobuf_io.cc | 41 PLOG(DEBUG) << "ProtobufIO: open failed: " << file_path; in Open() 57 PLOG(ERROR) << "ProtobufIO: open error, fstat failed: " << file_path; in Open() 69 PLOG(ERROR) << "ProtobufIO: open error, mmap failed: " << file_path; in Open() 87 PLOG(WARNING) << "ProtobufIO: open problem, munmap failed, possibly memory leak? " in Open() 106 PLOG(ERROR) << "ProtobufIO: open failed: " << file_path; in WriteFully() 129 PLOG(ERROR) << "ProtobufIO: ftruncate (size=" << serialized_size << ") failed"; in WriteFully() 142 PLOG(ERROR) << "ProtobufIO: mmap failed: " << file_path; in WriteFully() 159 PLOG(ERROR) << "ProtobufIO: msync failed"; in WriteFully() 164 PLOG(WARNING) << "ProtobufIO: munmap failed, possibly memory leak? " in WriteFully()
|
/aosp12/packages/modules/adb/client/ |
H A D | main.cpp | 52 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging() 55 PLOG(FATAL) << "cannot redirect stdout"; in setup_daemon_logging() 58 PLOG(FATAL) << "cannot redirect stderr"; in setup_daemon_logging() 93 PLOG(FATAL) << "cannot make stdout unbuffered"; in adb_server_main() 96 PLOG(FATAL) << "cannot make stderr unbuffered"; in adb_server_main() 176 PLOG(FATAL) << "setsid() failed"; in adb_server_main() 208 PLOG(FATAL) << "error writing ACK to fd " << ack_reply_fd; in adb_server_main() 224 PLOG(ERROR) << "failed to readlink /proc/self/exe"; in adb_server_main() 230 PLOG(ERROR) << "failed to write server path to " << path; in adb_server_main()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | cow_writer.cpp | 125 PLOG(ERROR) << "open /dev/null failed"; in SetFd() 135 PLOG(ERROR) << "fstat failed"; in SetFd() 190 PLOG(ERROR) << "lseek failed"; in OpenForWrite() 201 PLOG(ERROR) << "write failed"; in OpenForWrite() 220 PLOG(ERROR) << "lseek failed"; in OpenForWrite() 255 PLOG(ERROR) << "lseek failed"; in OpenForAppend() 440 PLOG(ERROR) << "write footer failed"; in Finalize() 478 PLOG(ERROR) << "lseek failed"; in GetDataPos() 518 PLOG(ERROR) << "lseek failed for writing data."; in WriteRawData() 533 PLOG(ERROR) << "fsync failed"; in Sync() [all …]
|
H A D | estimate_cow_from_nonab_ota.cpp | 80 PLOG(ERROR) << "open failed: " << path_; in Open() 132 PLOG(ERROR) << "mkstemp failed"; in OpenFile() 142 PLOG(ERROR) << "lseek failed"; in OpenFile() 163 PLOG(ERROR) << "mkstemp failed"; in OpenImage() 171 PLOG(ERROR) << "lseek failed"; in OpenImage() 187 PLOG(ERROR) << "read failed"; in GetDynamicPartitionNames() 290 PLOG(ERROR) << "fstat failed"; in AnalyzePartition() 313 PLOG(ERROR) << "mkstemp failed"; in AnalyzePartition() 336 PLOG(ERROR) << "read failed"; in AnalyzePartition() 384 PLOG(ERROR) << "fstat failed"; in AnalyzePartition() [all …]
|
/aosp12/system/core/init/ |
H A D | snapuserd_transition.cpp | 79 PLOG(FATAL) << "Cannot launch snapuserd; fork failed"; in LaunchFirstStageSnapuserd() 86 PLOG(FATAL) << "Cannot launch snapuserd; execv failed"; in LaunchFirstStageSnapuserd() 147 PLOG(FATAL) << "fsetxattr snapuserd failed"; in RestoreconRamdiskSnapuserd() 227 PLOG(ERROR) << "munlockall failed"; in FinishTransition() 250 PLOG(ERROR) << "open " << dev << " failed"; in TestSnapuserdIsReady() 257 PLOG(ERROR) << "posix_memalign with page size " << page_size; in TestSnapuserdIsReady() 292 PLOG(FATAL) << "Fork to relaunch snapuserd failed"; in RelaunchFirstStageSnapuserd() 304 PLOG(FATAL) << "snapuserd daemon failed to launch"; in RelaunchFirstStageSnapuserd() 314 PLOG(FATAL) << "fcntl FD_CLOEXEC failed for snapuserd fd"; in RelaunchFirstStageSnapuserd() 326 PLOG(FATAL) << "Failed to execveat() snapuserd"; in RelaunchFirstStageSnapuserd() [all …]
|
/aosp12/bootable/recovery/applypatch/ |
H A D | applypatch.cpp | 60 PLOG(ERROR) << "Failed to read \"" << filename << "\""; in LoadFileContents() 80 PLOG(ERROR) << "Failed to open eMMC partition \"" << partition << "\""; in ReadPartitionToBuffer() 113 PLOG(ERROR) << "Failed to open \"" << filename << "\" for write"; in SaveFileContents() 123 PLOG(ERROR) << "Failed to fsync \"" << filename << "\""; in SaveFileContents() 128 PLOG(ERROR) << "Failed to close \"" << filename << "\""; in SaveFileContents() 144 PLOG(ERROR) << "Failed to open \"" << partition << "\""; in WriteBufferToPartition() 159 PLOG(ERROR) << "Failed to sync \"" << partition << "\""; in WriteBufferToPartition() 163 PLOG(ERROR) << "Failed to close \"" << partition << "\""; in WriteBufferToPartition() 177 PLOG(ERROR) << "Failed to write to " << drop_cache; in WriteBufferToPartition() 185 PLOG(ERROR) << "Failed to seek to 0 on " << partition; in WriteBufferToPartition() [all …]
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpFfsHandle.cpp | 68 PLOG(ERROR) << "Could not get FFS bulk-in descriptor"; in getPacketSize() 119 PLOG(ERROR) << "Failed to madvise"; in advise() 123 PLOG(ERROR) << "Failed to fadvise"; in advise() 222 PLOG(ERROR) << "Mtp error ctrlreq read data"; in handleControlRequest() 263 PLOG(ERROR) << "Mtp error ctrlreq write data"; in handleControlRequest() 286 PLOG(ERROR) << "unable to setup aio"; in start() 313 PLOG(ERROR) << "Mtp error during poll()"; in waitEvents() 338 PLOG(ERROR) << "Mtp error getting events"; in waitEvents() 366 PLOG(ERROR) << "Mtp stall failed on bulk in"; in cancelTransaction() 368 PLOG(ERROR) << "Mtp stall failed on bulk out"; in cancelTransaction() [all …]
|
/aosp12/system/nvram/hal/ |
H A D | fake_nvram_storage.cpp | 70 PLOG(ERROR) << "Failed to remove " << name; in DeleteFile() 85 PLOG(ERROR) << "Failed to open " << name; in LoadFile() 91 PLOG(ERROR) << "Failed to stat " << name; in LoadFile() 107 PLOG(ERROR) << "Failed to read " << name; in LoadFile() 123 PLOG(ERROR) << "Failed to open " << kTempFileName; in StoreFile() 129 PLOG(ERROR) << "Failed to write " << kTempFileName; in StoreFile() 136 PLOG(ERROR) << "Failed to sync " << kTempFileName; in StoreFile() 146 PLOG(ERROR) << "Failed to move " << kTempFileName << " to " << name; in StoreFile() 153 PLOG(ERROR) << "Failed to sync data directory"; in StoreFile()
|
/aosp12/system/memory/libmeminfo/ |
H A D | pageacct.cpp | 49 PLOG(ERROR) << "Failed to open /proc/kpagecount"; in InitPageAcct() 58 PLOG(ERROR) << "Failed to open /proc/kpageflags"; in InitPageAcct() 68 PLOG(ERROR) << "Failed to open page idle bitmap"; in InitPageAcct() 86 PLOG(ERROR) << "Failed to read page flags for page " << pfn; in PageFlags() 101 PLOG(ERROR) << "Failed to read map count for page " << pfn; in PageMapCount() 124 PLOG(ERROR) << "Failed to write page idle bitmap for page " << pfn; in MarkPageIdle() 136 PLOG(ERROR) << "Failed to read page idle bitmap for page " << pfn; in GetPageIdle()
|