Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.cpp381 static int create_subproc_thread(const char *name, const subproc_mode mode) in create_subproc_thread() function
465 ret = create_subproc_thread(name + 6, SUBPROC_PTY); in service_to_fd()
467 ret = create_subproc_thread(name + 5, SUBPROC_RAW); in service_to_fd()
481 ret = create_subproc_thread(android::base::StringPrintf("/system/bin/bu backup %s", in service_to_fd()
484 ret = create_subproc_thread("/system/bin/bu restore", SUBPROC_RAW); in service_to_fd()