Home
last modified time | relevance | path

Searched refs:KillProcessesWithTmpfsMounts (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DProcess.h24 int KillProcessesWithTmpfsMounts(const std::string& path, int signal);
DProcess.cpp87 int KillProcessesWithTmpfsMounts(const std::string& prefix, int signal) { in KillProcessesWithTmpfsMounts() function
DUtils.cpp508 if (KillProcessesWithTmpfsMounts(path, SIGINT) == 0) { in KillProcessesWithTmpfsMountPrefix()
513 if (KillProcessesWithTmpfsMounts(path, SIGTERM) == 0) { in KillProcessesWithTmpfsMountPrefix()
518 if (KillProcessesWithTmpfsMounts(path, SIGKILL) == 0) { in KillProcessesWithTmpfsMountPrefix()
525 if (KillProcessesWithTmpfsMounts(path, SIGKILL) == 0) { in KillProcessesWithTmpfsMountPrefix()