OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cenv
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/testcurl/
test_iplimit.c
131
CURL *
cenv
[3];
local
141
cenv
[i] = c = curl_easy_init ();
168
curl_easy_cleanup (
cenv
[i]);
222
CURL *
cenv
[3];
local
230
cenv
[i] = c = curl_easy_init ();
266
curl_easy_cleanup (
cenv
[j]);
274
curl_easy_cleanup (
cenv
[i]);
/system/core/adb/
shell_service.cpp
283
std::vector<const char*>
cenv
;
local
285
cenv
.push_back(str.c_str());
287
cenv
.push_back(nullptr);
338
execle(_PATH_BSHELL, _PATH_BSHELL, "-", nullptr,
cenv
.data());
340
execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr,
cenv
.data());
Completed in 83 milliseconds