Searched refs:fullpath (Results 1 – 3 of 3) sorted by relevance
49 char *fullpath = (char *)SDL_malloc(pathlen); in SDL_GetPrefPath() local50 if (!fullpath) { in SDL_GetPrefPath()54 SDL_snprintf(fullpath, pathlen, "%s/", path); in SDL_GetPrefPath()55 return fullpath; in SDL_GetPrefPath()
37 fullpath = dirpath + "/" + f variable38 st = os.stat(fullpath)39 modules.append((fullpath[root_len + 1 :], st))
87 char fullpath[PATH_MAX]; in SDL_GetBasePath() local88 size_t buflen = sizeof (fullpath); in SDL_GetBasePath()90 if (sysctl(mib, SDL_arraysize(mib), fullpath, &buflen, NULL, 0) != -1) { in SDL_GetBasePath()91 retval = SDL_strdup(fullpath); in SDL_GetBasePath()
Completed in 9 milliseconds