Searched refs:windir (Results 1 – 1 of 1) sorted by relevance
90 static char windir[MAXPATHLEN+UNLEN + 3 + sizeof("\\\\@") + 1 + 32]; in get_mmap_base_file() local95 GetTempPath(MAXPATHLEN, windir); in get_mmap_base_file()97 l = strlen(windir); in get_mmap_base_file()98 if ('\\' == windir[l-1]) { in get_mmap_base_file()101 …snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s@%.32s", ACCEL_FILEMAP_BASE, uname, ZCG(syste… in get_mmap_base_file()102 return windir; in get_mmap_base_file()
Completed in 4 milliseconds