Home
last modified time | relevance | path

Searched refs:pidPath (Results 1 – 2 of 2) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
Dprocess.cpp93 bool Process::CheckMaps(std::string pidPath) in CheckMaps() argument
98 auto path = StringPrintf("%s/maps", pidPath.c_str()); in CheckMaps()
110 LOGI("Found map in %{public}s", pidPath.c_str()); in CheckMaps()
130 bool Process::CheckFds(std::string pidPath) in CheckFds() argument
133 auto path = StringPrintf("%s/fd", pidPath.c_str()); in CheckFds()
163 std::string pidPath = StringPrintf("/proc/%d", pid); in UpdatePidByPath() local
164 if (CheckMaps(pidPath) in UpdatePidByPath()
165 || CheckSymlink(pidPath + "/cwd") in UpdatePidByPath()
166 || CheckSymlink(pidPath + "/root") in UpdatePidByPath()
167 || CheckSymlink(pidPath + "/exe")) { in UpdatePidByPath()
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
Dprocess.h41 bool CheckMaps(std::string pidPath);
43 bool CheckFds(std::string pidPath);