HomeSort by relevance Sort by last modified time
    Searched refs:KillProcessesWithOpenFiles (Results 1 - 5 of 5) sorted by null

  /system/vold/
Process.h 23 int KillProcessesWithOpenFiles(const std::string& path, int signal);
Process.cpp 75 int KillProcessesWithOpenFiles(const std::string& prefix, int signal) {
Utils.cpp 141 KillProcessesWithOpenFiles(path, SIGINT);
147 KillProcessesWithOpenFiles(path, SIGTERM);
153 KillProcessesWithOpenFiles(path, SIGKILL);
163 if (KillProcessesWithOpenFiles(path, SIGINT) == 0) {
168 if (KillProcessesWithOpenFiles(path, SIGTERM) == 0) {
173 if (KillProcessesWithOpenFiles(path, SIGKILL) == 0) {
180 if (KillProcessesWithOpenFiles(path, SIGKILL) == 0) {
cryptfs.cpp     [all...]
VoldNativeService.cpp 558 KillProcessesWithOpenFiles(DATA_MNT_POINT, SIGKILL);

Completed in 216 milliseconds