Lines Matching refs:errno
16 #include <errno.h>
45 APPSPAWN_CHECK(ret > 0, return ret, "Failed to snprintf_s errno: %{public}d", errno);
56 "Failed to open file errno: %{public}d path: %{public}s", errno, path);
61 APPSPAWN_CHECK(ret > 0, break, "Failed to snprintf_s errno: %{public}d", errno);
64 "Failed to write file errno: %{public}d path: %{public}s %{public}s", errno, path, pidName);
107 "Failed to open file errno: %{public}d path: %{public}s", errno, path);
111 APPSPAWN_CHECK(ret > 0, break, "Failed to snprintf_s errno: %{public}d", errno);
114 "Failed to write file errno: %{public}d path: %{public}s %{public}s %{public}d", errno, path, value, ret);
126 APPSPAWN_CHECK(ret == 0, return, "Failed to get cgroup path errno: %{public}d", errno);
128 APPSPAWN_CHECK(ret == 0, return, "Failed to strcat_s fork_denied path errno: %{public}d", errno);
137 "Failed to write file errno: %{public}d path: %{public}s %{public}d", errno, pathForkDenied, ret);
148 APPSPAWN_CHECK(file != NULL, return, "Open file fail %{public}s errno: %{public}d", path, errno);
163 APPSPAWN_LOGE("unable to kill process, pid: %{public}d ret %{public}d", pid, errno);
180 APPSPAWN_CHECK(ret == 0, return -1, "Failed to get real path errno: %{public}d", errno);
187 APPSPAWN_CHECK(ret == 0, return ret, "Failed to strcat_s errno: %{public}d", errno);
206 APPSPAWN_CHECK(ret == 0, return -1, "Failed to get real path errno: %{public}d", errno);
210 APPSPAWN_CHECK(ret == 0, return ret, "Failed to strcat_s errno: %{public}d", errno);
216 APPSPAWN_CHECK(ret == 0, return ret, "Failed to strcat_s errno: %{public}d", errno);