Home
last modified time | relevance | path

Searched refs:APR_PROGRAM (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dproc.c37 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
373 if (attr->cmdtype == APR_PROGRAM || in apr_proc_create()
550 else if (attr->cmdtype == APR_PROGRAM) { in apr_proc_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dproc.c73 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
492 if (attr->cmdtype == APR_PROGRAM || attr->cmdtype == APR_PROGRAM_ENV) {
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_proc.h47 APR_PROGRAM, /**< invoke the program directly, no copied env */ enumerator
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dproc.c51 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dproc.c47 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
H A Dproc.c58 (*new)->cmdtype = APR_PROGRAM; in apr_procattr_create()