Lines Matching refs:ALOGE
56 ALOGE("%s <namespace>", program); in usage()
61 ALOGE("Failed to unlink file '%s': %s", file, strerror(errno)); in removeFile()
70 ALOGE("Must provide a namespace argument that is not empty"); in getNamespacePath()
76 ALOGE("Namespace argument too long"); in getNamespacePath()
85 ALOGE("Could not create namespace path"); in getNamespacePath()
92 ALOGE("Could not append to namespace path"); in getNamespacePath()
109 ALOGE("Unable to create file '%s': %s", path.c_str(), strerror(errno)); in writeNamespacePid()
124 ALOGE("Unabled to created PID string for writing"); in writeNamespacePid()
137 ALOGE("Unable to write pid to file %s: %s", in writeNamespacePid()
183 ALOGE("Unable to open /dev/null as stdin"); in daemonize()
186 ALOGE("Unable to open /dev/null as stdout"); in daemonize()
189 ALOGE("Unable to open /dev/null as stderr"); in daemonize()
195 ALOGE("Failed to set working directory to root: %s", strerror(errno)); in daemonize()
203 ALOGE("Unable to write pid to pipe: %s", strerror(errno)); in daemonize()
223 ALOGE("Failed to create pipe: %s", strerror(errno)); in main()
231 ALOGE("Failed to create network namespace '%s': %s", in main()
246 ALOGE("Failed to open file %s: %s", path.c_str(), strerror(errno)); in main()
251 ALOGE("Failed to bind %s to %s: %s", in main()
276 ALOGE("Failed to read child PID from pipe: %s", strerror(errno)); in main()