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);
|
D | Utils.cpp | 152 KillProcessesWithOpenFiles(path, SIGINT); in ForceUnmount() 158 KillProcessesWithOpenFiles(path, SIGTERM); in ForceUnmount() 164 KillProcessesWithOpenFiles(path, SIGKILL); in ForceUnmount() 174 if (KillProcessesWithOpenFiles(path, SIGINT) == 0) { in KillProcessesUsingPath() 179 if (KillProcessesWithOpenFiles(path, SIGTERM) == 0) { in KillProcessesUsingPath() 184 if (KillProcessesWithOpenFiles(path, SIGKILL) == 0) { in KillProcessesUsingPath() 191 if (KillProcessesWithOpenFiles(path, SIGKILL) == 0) { in KillProcessesUsingPath()
|
D | Process.cpp | 84 int KillProcessesWithOpenFiles(const std::string& prefix, int signal) { in KillProcessesWithOpenFiles() function
|
D | cryptfs.cpp | 1446 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGTERM); in wait_and_unmount() 1449 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGKILL); in wait_and_unmount() 1460 android::vold::KillProcessesWithOpenFiles(mountpoint, 0); in wait_and_unmount()
|
D | VoldNativeService.cpp | 519 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in fdeEnableInternal()
|