Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/filesystem/android/
A DSDL_sysfilesystem.c49 char *fullpath = (char *)SDL_malloc(pathlen); in SDL_GetPrefPath() local
50 if (!fullpath) { in SDL_GetPrefPath()
54 SDL_snprintf(fullpath, pathlen, "%s/", path); in SDL_GetPrefPath()
55 return fullpath; in SDL_GetPrefPath()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmake-frozen.py37 fullpath = dirpath + "/" + f variable
38 st = os.stat(fullpath)
39 modules.append((fullpath[root_len + 1 :], st))
/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c87 char fullpath[PATH_MAX]; in SDL_GetBasePath() local
88 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