Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c937 const char *penvBlock = NULL; in UNIXProcess_forkAndExec() local
963 if ((penvBlock = getBytes(env, envBlock)) == NULL) goto Catch; in UNIXProcess_forkAndExec()
965 initVectorFromBlock(c->envv, penvBlock, envc); in UNIXProcess_forkAndExec()
1035 releaseBytes(env, envBlock, penvBlock); in UNIXProcess_forkAndExec()