Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dshared_alloc_win32.c90 static char windir[MAXPATHLEN+UNLEN + 3 + sizeof("\\\\@") + 1 + 32]; in get_mmap_base_file() local
95 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