Searched refs:currPath (Results 1 – 1 of 1) sorted by relevance
68 char currPath[1024] = {0}; in GetExecutionDirectoryPath() local70 ::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()