Home
last modified time | relevance | path

Searched refs:KillProcessesWithOpenFiles (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DProcess.h23 int KillProcessesWithOpenFiles(const std::string& path, int signal, bool killFuseDaemon = true);
DUtils.cpp486 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()
DProcess.cpp132 int KillProcessesWithOpenFiles(const std::string& prefix, int signal, bool killFuseDaemon) { in KillProcessesWithOpenFiles() function
Dcryptfs.cpp1547 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()
DVoldNativeService.cpp567 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL); in fdeEnableInternal()