Lines Matching refs:Error
31 using ::android::base::Error;
39 return Error() << "Could not mkdir " << path << ": " << strerror(errno); in makeDir()
58 return Error() << "Failed to create top-level per-process directory: " in populateProcPidDir()
67 return Error() << "Failed to write pid stat file " << path; in populateProcPidDir()
75 return Error() << "Failed to write pid status file " << path; in populateProcPidDir()
83 return Error() << "Failed to write pid smaps_rollup file " << path; in populateProcPidDir()
91 return Error() << "Failed to write pid statm file " << path; in populateProcPidDir()
98 return Error() << "Failed to create task directory: " << taskDirRes.error(); in populateProcPidDir()
107 return Error() << "Failed to create per-thread directory: " << tidDirRes.error(); in populateProcPidDir()
114 return Error() << "Failed to write thread stat file " << path; in populateProcPidDir()
123 return Error() << "Failed to write thread time_in_state file " << path; in populateProcPidDir()