Searched refs:file_count (Results 1 – 1 of 1) sorted by relevance
151 int file_count = 0; in NitroMain() local169 if (file_count < sizeof(pos_list) / sizeof(*pos_list)) in NitroMain()171 pos_list[file_count] = pos; in NitroMain()172 OS_TPrintf("TellDir[%d] : %s\n", file_count, e.name); in NitroMain()173 ++file_count; in NitroMain()183 while (--file_count >= 0) in NitroMain()185 ret = FS_SeekDir(&d, &pos_list[file_count]); in NitroMain()189 OS_TPrintf("SeekDir[%d] : %s\n", file_count, e.name); in NitroMain()