Searched refs:processPath (Results 1 – 1 of 1) sorted by relevance
320 const std::string processPath = "/proc/" + fileName.substr(0, pos) + "/"; in ClearFileResidues() local321 const std::string filePath = processPath + "cmdline"; in ClearFileResidues()333 if (!IsFileExists(processPath)) { in ClearFileResidues()334 std::cout << processPath << " folder does not exist" << std::endl; in ClearFileResidues()337 dir = opendir(processPath.c_str()); in ClearFileResidues()339 std::cout << "Useless flag file:" << processPath << std::endl; in ClearFileResidues()