Home
last modified time | relevance | path

Searched refs:procFile (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp93 char procFile[PATH_MAX + 1] = {0}; in GetCurrentProcFullFileName() local
94 int ret = readlink("/proc/self/exe", procFile, PATH_MAX); in GetCurrentProcFullFileName()
99 procFile[ret] = '\0'; in GetCurrentProcFullFileName()
100 return string(procFile); in GetCurrentProcFullFileName()

Completed in 1 milliseconds