Home
last modified time | relevance | path

Searched refs:pid_path (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2393 char pid_path[128] = {0}; in ProcessExist() local
2398 if (snprintf_s(pid_path, sizeof(pid_path), sizeof(pid_path) - 1, "/proc/%d/status", pid) < 0) { in ProcessExist()
2401 if (stat(pid_path, &stat_buf) == 0) { in ProcessExist()

Completed in 12 milliseconds