OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:joined_env
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
shell_service.cpp
276
std::vector<std::string>
joined_env
;
local
280
joined_env
.push_back(android::base::StringPrintf("%s=%s", key, value));
284
for (const std::string& str :
joined_env
) {
Completed in 671 milliseconds