Searched refs:file (Results 1 – 9 of 9) sorted by relevance
| /RevoEX-2.4/build/demos/mpfsdemo/src/ |
| D | mpfssimple.c | 94 DVDFileInfo file[1]; in main() local 95 if (!DVDOpen(program_path, file)) in main() 101 const u32 file_len = ((DVDGetLength(file) + 31) & ~31); in main() 106 else if (DVDRead(file, program_buffer, (int)file_len, 0) <= 0) in main() 110 (void)DVDClose(file); in main()
|
| /RevoEX-2.4/build/demos/mpdldemo/src/ |
| D | mpdlsimple.c | 176 DVDFileInfo file[1]; in main() local 177 if ( !DVDOpen(program_path, file) ) in main() 183 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main() 188 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main() 192 (void)DVDClose(file); in main() 204 DVDFileInfo file[1]; in main() local 205 if ( DVDOpen(banner_character_path, file) ) in main() 207 …if ( DVDRead(file, banner_character_buffer, (int)sizeof(banner_character_buffer), 0) == sizeof(ban… in main() 211 (void)DVDClose(file); in main() 213 if ( DVDOpen(banner_palette_path, file) ) in main() [all …]
|
| D | mpdlntr2rvl.c | 296 DVDFileInfo file[1]; in main() local 297 if ( !DVDOpen(program_path, file) ) in main() 303 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main() 308 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main() 312 (void)DVDClose(file); in main()
|
| /RevoEX-2.4/build/buildtools/ |
| D | eppccleandepend.sed | 1 # this file will clean up ONE makefile dependency rule in a file. It must 20 # latest sed keeps newline characters of input file, so just '$' doesn't work
|
| D | modulerules.rex | 84 # ddf file not installed if TITLEID is 0
|
| D | commondefs.rex | 155 # Added bin file setting.
|
| /RevoEX-2.4/build/demos/nwc24demo/data/ChannelJump/ |
| D | ChannelJump.ddf | 6 ; A table for the FST file is generated by retrieving files under the 9 ; The name of the Application Loader file. 23 ; The name of a disk layout file. 25 ; The name of a system binary file. 27 ; The name of a FST information file. 28 ; * This is a text file for checking the FST layout. The optical disk emulator 29 ; does not reference this file. 97 ; Aligns the <File Name> file with the <LBA Align> boundary on the 117 ; The <File Name> file is laid out on the optical disk according to the
|
| /RevoEX-2.4/ |
| D | README.txt | 14 …, functions for data communications with the Nintendo DS system, and virtual file system functions. 43 … separate directories. This will prevent problems such as file collisions and disparity of file ve…
|
| /RevoEX-2.4/build/demos/nwc24demo/ |
| D | makefile | 374 echo file 0 = $(notdir $<) >> $@
|