Home
last modified time | relevance | path

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

/build/tools/atree/
Dfs.cpp153 pid_t pid = fork(); in strip_file() local
154 if (pid == -1) { in strip_file()
157 } else if (pid == 0) { in strip_file()
208 waitpid(pid, &status, 0); in strip_file()
/build/
Denvsetup.sh888 function pid() function