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 D | testproc.c | 51 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 D | testshm.c | 191 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 D | testoc.c | 76 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in test_child_kill()
|
H A D | testflock.c | 42 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in launch_reader()
|
H A D | testpipe.c | 149 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in test_pipe_writefull()
|
H A D | testsock.c | 45 rv = apr_procattr_cmdtype_set(procattr, APR_PROGRAM_ENV); in launch_child()
|
H A D | sendfile.c | 162 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 D | proc.c | 374 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 D | proc.c | 492 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 D | apr_thread_proc.h | 48 APR_PROGRAM_ENV, /**< invoke the program, replicating our environment */ enumerator
|