Home
last modified time | relevance | path

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

/build/tools/atree/
Dfs.cpp160 pid_t pid = fork(); in strip_file() local
161 if (pid == -1) { in strip_file()
164 } else if (pid == 0) { in strip_file()
215 waitpid(pid, &status, 0); in strip_file()
/build/
Denvsetup.sh874 function pid() function
1108 PID=$(pid --exact $PROCESS_NAME)
1242 PID=`pid $3`