Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c90 static char windir[MAXPATHLEN+UNLEN + 3 + sizeof("\\\\@")]; 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 snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s", ACCEL_FILEMAP_BASE, uname); in get_mmap_base_file()
99 return windir; in get_mmap_base_file()

Completed in 35 milliseconds