Searched refs:isolateCpuPath (Results 1 – 1 of 1) sorted by relevance
251 char isolateCpuPath[MAX_BUF_PATH] = {0}; in IsolateCpu() local261 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()