Lines Matching refs:processName
83 std::string processName = buffer;
84 int pos = static_cast<int>(processName.find_last_of('/'));
86 processName = processName.substr(pos + 1, processName.size());
89 std::string fileName = DEFAULT_PATH + processName + ".pid";
114 printf("%s is running, please don't start it again.\n", processName.c_str());
115 PROFILER_LOG_ERROR(LOG_CORE, "%s is running, please don't start it again.", processName.c_str());
125 bool IsProcessExist(const std::string& processName, int& pid)
162 if (fullProcess == processName) {
478 bool CheckApplicationPermission(int pid, const std::string& processName)
489 bundleName = processName;
511 bool CheckApplicationEncryped(int pid, const std::string& processName)
522 bundleName = processName;