Searched refs:file_list (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/demos/fs/arc-2/src/ |
| D | main.c | 55 extern FixedFile file_list[]; 60 static FixedFile file_list[] = { variable 71 {"file1.txt", file_list + 1,}, 72 {"file2.txt", file_list + 2,}, 73 {"file3.txt", file_list + 3,}, 77 {"test1.txt", file_list + 1,}, 78 {"test2.txt", file_list + 2,}, 79 {"test3.txt", file_list + 3,}, 83 {"root.txt", file_list + 0,}, 94 const int file_max = sizeof(file_list) / sizeof(*file_list); [all …]
|