Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c119 BOOL api_result = FALSE; in SDL_GetPrefPath() local
162 api_result = CreateDirectoryW(path, NULL); in SDL_GetPrefPath()
163 if (api_result == FALSE) { in SDL_GetPrefPath()
175 api_result = CreateDirectoryW(path, NULL); in SDL_GetPrefPath()
176 if (api_result == FALSE) { in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp153 BOOL api_result = FALSE; in SDL_GetPrefPath() local
203 api_result = CreateDirectoryW(path, NULL); in SDL_GetPrefPath()
204 if (api_result == FALSE) { in SDL_GetPrefPath()
216 api_result = CreateDirectoryW(path, NULL); in SDL_GetPrefPath()
217 if (api_result == FALSE) { in SDL_GetPrefPath()

Completed in 6 milliseconds