Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp49 const int FILE_PATH_SIZE = 512; variable
114 char filePath[FILE_PATH_SIZE] = {0}; in IsProcessExist()
115 …int len = snprintf_s(filePath, FILE_PATH_SIZE, FILE_PATH_SIZE - 1, "/proc/%s/cmdline", ptr->d_name… in IsProcessExist()