Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/mpfsdemo/src/
Dmpfssimple.c94 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.3/build/demos/mpdldemo/src/
Dmpdlsimple.c176 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 …]
Dmpdlntr2rvl.c296 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.3/build/buildtools/
Deppccleandepend.sed1 # 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
Dmodulerules.rex84 # ddf file not installed if TITLEID is 0
Dcommondefs.rex155 # Added bin file setting.
/RevoEX-2.3/build/demos/nwc24demo/data/ChannelJump/
DChannelJump.ddf6 ; 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.3/include/revolution/
Dverflags.h15 # - This file is generated automatically.
16 # - This file can be included in C/C++ and/or Makefile script.
Dvf.h160 VFFile* file; member
185 VFFile* file; member
283 extern VFErr VFCloseFile ( VFFile* file );
285 extern VFErr VFSeekFile ( VFFile* file, s32 offset, s32 origin );
286 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* r…
287 extern VFErr VFWriteFile ( VFFile* file, const void* buf, u32 size );
321 extern s32 VFGetOffsetByFd ( VFFile* file );
322 extern VFErr VFGetOffsetU32ByFd ( VFFile* file, u32* offset );
323 extern s32 VFGetFileSizeByFd ( VFFile* file );
324 extern VFErr VFGetFileSizeU32ByFd ( VFFile* file, u32* file_size );
[all …]
Drex_version.h3 # This file was created by automatic builder.
/RevoEX-2.3/build/libraries/mpds/include/
Dmpdsprivate.h74 void MPDSiLogCore( u32 level, const char* levelString, const char* file, const char* func, int l…
75 void MPDSiVLogCore( u32 level, const char* levelString, const char* file, const char* func, int …
/RevoEX-2.3/docs/
DNWC24MessageBoxEditor.txt126 +--[Remove] Delete the selected file from the attachments.
128 +--[Save ...] Name and save the selected attached file to the PC.
130 +--[Up] Selects the attached file above the currently selected attached file.
132 +--[Down] Selects the attached file below the currently selected attached file.
/RevoEX-2.3/
DREADME.txt14 … features, features for data communications with the Nintendo DS, and virtual file system features.
41 … separate directories. This will prevent problems such as file collisions and disparity of file ve…
/RevoEX-2.3/build/libraries/mpds/src/
Dmpdssystem.c982 const char* file, const char* func, int line, const char* fmt, va_list vlist ) in MPDSiVLogCore() argument
1000 OSReport( " (%s:%d)\n", file, line ); in MPDSiVLogCore()
1017 const char* file, const char* func, int line, const char* fmt, ... ) in MPDSiLogCore() argument
1022 MPDSiVLogCore( level, levelString, file, func, line, fmt, vlist ); in MPDSiLogCore()
/RevoEX-2.3/build/demos/nwc24demo/
Dmakefile374 echo file 0 = $(notdir $<) >> $@