Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c49 readSymLink(const char *path) in readSymLink() function
133 retval = readSymLink("/proc/curproc/file"); in SDL_GetBasePath()
135 retval = readSymLink("/proc/curproc/exe"); in SDL_GetBasePath()
139 retval = readSymLink("/proc/self/exe"); /* linux. */ in SDL_GetBasePath()
147 retval = readSymLink(path); in SDL_GetBasePath()

Completed in 3 milliseconds