Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/fs/explorer/src/
Dmain.c63 static ExplorerContext explorer[1]; variable
173 CommandCD(explorer, ""); in NitroMain()
180 if (++cursor >= explorer->entry_count) in NitroMain()
182 cursor -= explorer->entry_count; in NitroMain()
190 cursor += explorer->entry_count; in NitroMain()
197 if (cursor < explorer->entry_count) in NitroMain()
199 if ((explorer->entry[cursor].attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0) in NitroMain()
201 CommandCD(explorer, explorer->entry[cursor].longname); in NitroMain()
210 … (void)STD_TSPrintf(path, "%s/%s", explorer->current, explorer->entry[cursor].longname); in NitroMain()
224 (explorer->entry[cursor].filesize > 0x7FFFFFFFUL) ? in NitroMain()
[all …]
/TwlSDK-5.4/build/demos/fs/
DMakefile31 explorer \
/TwlSDK-5.4/build/demos/fs/explorer/
DMakefile22 BASEDIR = $(ROOT)/build/demos/fs/explorer