Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/base/
Dfile.cpp68 char currPath[1024] = {0}; in GetExecutionDirectoryPath() local
70 ::GetModuleFileNameA(NULL, currPath, MAX_PATH); in GetExecutionDirectoryPath()
71 (strrchr(currPath, '\\'))[1] = 0; in GetExecutionDirectoryPath()
73 (void)readlink("/proc/self/exe", currPath, sizeof(currPath) - 1); in GetExecutionDirectoryPath()
75 std::string str(currPath); in GetExecutionDirectoryPath()