Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dabb.cpp72 static int execCmd(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err) { in execCmd() function
106 unique_fd result = StartCommandInProcess(std::string(name), &execCmd, protocol); in main()