Searched refs:CREATE_ERROR (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | com_android_internal_os_ZygoteCommandBuffer.cpp | 77 fail_fn(CREATE_ERROR("session socket read failed: %s", strerror(errno))); in readLine() 139 fail_fn(CREATE_ERROR("Unreasonable argument count %ld", nArgs)); in getCount() 405 fail_fn_1(CREATE_ERROR("ForkMany failed to get initial credentials, %s", strerror(errno))); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 433 (CREATE_ERROR("Pid write error %d: %s", errno, strerror(errno))); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 436 (CREATE_ERROR("Write unexpectedly returned short: %d < 5", res)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 450 CREATE_ERROR("Poll returned with no descriptors ready! Poll returned %d", poll_res)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 456 fail_fn_z(CREATE_ERROR("Accept(%d) failed: %s", zygote_socket_fd, strerror(errno))); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 462 fail_fn_z(CREATE_ERROR("Failed to move fd %d to %d: %s", in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 470 fail_fn_z(CREATE_ERROR("Failed to set receive timeout for socket %d: %s", in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() 474 fail_fn_z(CREATE_ERROR("Failed to set send timeout for socket %d: %s", in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() [all …]
|
D | com_android_internal_os_Zygote.cpp | 534 fail_fn(CREATE_ERROR("Failed to remove supplementary groups for child zygote")); in SetGids() 542 fail_fn(CREATE_ERROR("Getting gids int array failed")); in SetGids() 546 fail_fn(CREATE_ERROR("setgroups failed: %s, gids.size=%zu", strerror(errno), gids.size())); in SetGids() 556 fail_fn(CREATE_ERROR("Failed to unshare(): %s", strerror(errno))); in ensureInAppMountNamespace() 579 fail_fn(CREATE_ERROR("rlimits array must have a second dimension of size 3")); in SetRLimits() 586 fail_fn(CREATE_ERROR("setrlimit(%d, {%ld, %ld}) failed", in SetRLimits() 652 fail_fn(CREATE_ERROR("prctl(PR_SET_KEEPCAPS) failed: %s", strerror(errno))); in EnableKeepCapabilities() 663 fail_fn(CREATE_ERROR("prctl(PR_CAPBSET_DROP, %d) failed: %s", i, strerror(errno))); in DropCapabilitiesBoundingSet() 677 fail_fn(CREATE_ERROR("capget failed: %s", strerror(errno))); in SetInheritable() 684 fail_fn(CREATE_ERROR("capset(inh=%" PRIx64 ") failed: %s", inheritable, strerror(errno))); in SetInheritable() [all …]
|
D | com_android_internal_os_Zygote.h | 27 #define CREATE_ERROR(...) StringPrintf("%s:%d: ", __FILE__, __LINE__). \ macro
|