Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp320 const std::string processPath = "/proc/" + fileName.substr(0, pos) + "/"; in ClearFileResidues() local
321 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()