Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dshared_alloc_win32.c96 static char windir[MAXPATHLEN+UNLEN + 3 + sizeof("\\\\@") + 1 + 32]; in get_mmap_base_file() local
104 GetTempPath(MAXPATHLEN, windir); in get_mmap_base_file()
105 l = strlen(windir); in get_mmap_base_file()
106 if ('\\' == windir[l-1]) { in get_mmap_base_file()
109 …snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s@%.32s", ACCEL_FILEMAP_BASE, uname, ZCG(syste… in get_mmap_base_file()
113 return windir; in get_mmap_base_file()

Completed in 6 milliseconds