Home
last modified time | relevance | path

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

/TwlSDK-5.2.3/build/libraries/os/ARM9/src/
Dos_china.c130 const char *path = path_table[index]; in LoadImage() local
135 if (!FS_OpenFileEx(file, path, FS_FILEMODE_R)) in LoadImage()
137 OS_TPanic("failed to open file \"%s\"", path); in LoadImage()
145 OS_TPanic("failed to allocate memory for image \"%s\"", path); in LoadImage()
155 OS_TPanic("failed to read file \"%s\"", path); in LoadImage()