Searched refs:KillProcessesWithOpenFiles (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/vold/ |
H A D | Utils.cpp | 486 KillProcessesWithOpenFiles(path, SIGINT); in ForceUnmount() 492 KillProcessesWithOpenFiles(path, SIGTERM); in ForceUnmount() 498 KillProcessesWithOpenFiles(path, SIGKILL); in ForceUnmount() 533 if (KillProcessesWithOpenFiles(path, SIGINT, false /* killFuseDaemon */) == 0) { in KillProcessesUsingPath() 538 if (KillProcessesWithOpenFiles(path, SIGTERM, false /* killFuseDaemon */) == 0) { in KillProcessesUsingPath() 543 if (KillProcessesWithOpenFiles(path, SIGKILL, false /* killFuseDaemon */) == 0) { in KillProcessesUsingPath() 551 if (KillProcessesWithOpenFiles(path, SIGKILL, true /* killFuseDaemon */) == 0) { in KillProcessesUsingPath()
|
H A D | Process.h | 23 int KillProcessesWithOpenFiles(const std::string& path, int signal, bool killFuseDaemon = true);
|
H A D | Process.cpp | 132 int KillProcessesWithOpenFiles(const std::string& prefix, int signal, bool killFuseDaemon) { in KillProcessesWithOpenFiles() function
|