HomeSort by relevance Sort by last modified time
    Searched refs:ESRCH (Results 76 - 100 of 250) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
error_constants.h 110 no_such_process = ESRCH,
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 317 #ifndef ESRCH
318 #error ESRCH not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
cerrno.pass.cpp 317 #ifndef ESRCH
318 #error ESRCH not defined
  /prebuilts/go/darwin-x86/src/os/
exec_unix.go 54 if e == syscall.ESRCH {
  /prebuilts/go/linux-x86/src/os/
exec_unix.go 54 if e == syscall.ESRCH {
  /system/netd/server/
RouteController.cpp 621 return -ESRCH;
688 return -ESRCH;
755 return -ESRCH;
795 return -ESRCH;
    [all...]
  /external/strace/
util.c 1053 case ESRCH:
1076 case ESRCH: case EINVAL:
1101 case ESRCH: case EINVAL:
1245 case ESRCH:
1279 case ESRCH: case EINVAL:
1308 case ESRCH: case EINVAL:
1345 if (errno != ESRCH) {
  /bionic/libc/include/sys/
_errdefs.h 42 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 142 if e.errno == errno.ESRCH:
  /external/drm_hwcomposer/
worker.cpp 97 if (join_ret && join_ret != ESRCH)
  /external/libunwind/src/
os-freebsd.c 109 if (errno == ESRCH)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
_errdefs.h 41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
_errdefs.h 41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
_errdefs.h 41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
_errdefs.h 41 __BIONIC_ERRDEF( ESRCH , 3, "No such process" )

Completed in 744 milliseconds

1 2 34 5 6 7 8 910