Home
last modified time | relevance | path

Searched refs:APR_PROGRAM_ENV (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestproc.c51 rv = apr_procattr_cmdtype_set(attr, APR_PROGRAM_ENV); in test_create_proc()
127 rv = apr_procattr_cmdtype_set(attr, APR_PROGRAM_ENV); in test_file_redir()
H A Dtestshm.c191 rv = apr_procattr_cmdtype_set(attr1, APR_PROGRAM_ENV); in test_named()
204 rv = apr_procattr_cmdtype_set(attr2, APR_PROGRAM_ENV); in test_named()
H A Dtestoc.c76 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in test_child_kill()
H A Dtestflock.c42 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in launch_reader()
H A Dtestpipe.c149 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in test_pipe_writefull()
H A Dtestsock.c45 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in launch_child()
H A Dsendfile.c162 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in spawn_server()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dproc.c374 attr->cmdtype == APR_PROGRAM_ENV || in apr_proc_create()
557 else if (attr->cmdtype == APR_PROGRAM_ENV) { in apr_proc_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dproc.c492 if (attr->cmdtype == APR_PROGRAM || attr->cmdtype == APR_PROGRAM_ENV) {
646 if (!env || attr->cmdtype == APR_PROGRAM_ENV ||
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_proc.h48 APR_PROGRAM_ENV, /**< invoke the program, replicating our environment */ enumerator