Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp251 char isolateCpuPath[MAX_BUF_PATH] = {0}; in IsolateCpu() local
261 ret = snprintf_s(isolateCpuPath, MAX_BUF_PATH, sizeof(isolateCpuPath) - 1, "%s", path.c_str()); in IsolateCpu()
272 if (WriteSysfsFile(isolateCpuPath, valueBuf, strlen(valueBuf)) > NUM_ZERO) { in IsolateCpu()