Searched refs:KillProcessesWithOpenFiles (Results 1 – 5 of 5) sorted by relevance
/system/vold/ |
D | Process.h | 23 int KillProcessesWithOpenFiles(const std::string& path, int signal, bool killFuseDaemon = true);
|
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()
|
D | Process.cpp | 132 int KillProcessesWithOpenFiles(const std::string& prefix, int signal, bool killFuseDaemon) { in KillProcessesWithOpenFiles() function
|
D | cryptfs.cpp | 1547 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGTERM); in wait_and_unmount() 1550 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGKILL); in wait_and_unmount() 1560 android::vold::KillProcessesWithOpenFiles(mountpoint, 0); in wait_and_unmount()
|
D | VoldNativeService.cpp | 567 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in fdeEnableInternal()
|