Home
last modified time | relevance | path

Searched defs:GetTempPath (Results 1 – 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfileapi.h186 #define GetTempPath GetTempPathW macro
Dwinbase.h1841 #define GetTempPath GetTempPathA macro
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go878 func GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go2530 func GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) { func