Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp210 char procPath[XPM_PROC_LENGTH] = {0}; in CheckSecureMem() local
213 … if (sprintf_s(procPath, XPM_PROC_LENGTH, "%s%d%s", XPM_PROC_PREFIX, pid, XPM_PROC_SUFFIX) <= 0) { in CheckSecureMem()
217 int fd = open(procPath, O_RDONLY); in CheckSecureMem()