OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ret_fd
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
services.c
292
int
ret_fd
;
local
295
ret_fd
= create_subprocess(SHELL_COMMAND, "-c", name, &pid);
297
ret_fd
= create_subprocess(SHELL_COMMAND, "-", 0, &pid);
299
D("create_subprocess()
ret_fd
=%d pid=%d\n",
ret_fd
, pid);
305
sti->fd =
ret_fd
;
309
adb_close(
ret_fd
);
314
D("service thread started, fd=%d pid=%d\n",
ret_fd
, pid);
315
return
ret_fd
;
/external/ppp/pppd/
sys-linux.c
399
int
ret_fd
;
local
431
ret_fd
= generic_establish_ppp(tty_fd);
437
if (
ret_fd
>= 0) {
445
return
ret_fd
;
[
all
...]
Completed in 2231 milliseconds