Home
last modified time | relevance | path

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

/RevoEX-3.1/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-3.1/build/demos/mpdldemo/src/
Dmpdlsimple.c165 DVDFileInfo file[1]; in main() local
166 if ( !DVDOpen(program_path, file) ) in main()
172 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main()
177 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main()
181 (void)DVDClose(file); in main()
193 DVDFileInfo file[1]; in main() local
194 if ( DVDOpen(banner_character_path, file) ) in main()
196 …if ( DVDRead(file, banner_character_buffer, (int)sizeof(banner_character_buffer), 0) == sizeof(ban… in main()
200 (void)DVDClose(file); in main()
202 if ( DVDOpen(banner_palette_path, file) ) in main()
[all …]
Dmpdlntr2rvl.c293 DVDFileInfo file[1]; in main() local
294 if ( !DVDOpen(program_path, file) ) in main()
300 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main()
305 else if ( DVDRead(file, program_buffer, (int)file_len, 0) <= 0 ) in main()
309 (void)DVDClose(file); in main()
/RevoEX-3.1/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-3.1/include/revolution/
Dverflags.h15 # - This file is generated automatically.
16 # - This file can be included in C/C++ and/or Makefile script.
Dvf.h164 VFFile* file; member
189 VFFile* file; member
290 extern VFErr VFCloseFile ( VFFile* file );
292 extern VFErr VFSeekFile ( VFFile* file, s32 offset, s32 origin );
293 extern VFErr VFReadFile ( VFFile* file, void* buf, u32 size , u32* read_…
294 extern VFErr VFWriteFile ( VFFile* file, const void* buf, u32 size );
324 extern s32 VFGetOffsetByFd ( VFFile* file );
325 extern s32 VFGetFileSizeByFd ( VFFile* file );
338 extern VFErr VFFileSync ( VFFile* file );
Drex_version.h3 # This file was created by automatic builder.
/RevoEX-3.1/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-3.1/docs/
DNWC24MessageBoxEditor.txt128 +--[Remove] Delete the selected file from the attachments.
130 +--[Save ...] Name and save the selected attached file to the PC.
132 +--[Up] Selects the attached file above the currently selected attached file.
134 +--[Down] Selects the attached file below the currently selected attached file.
/RevoEX-3.1/
DREADME.txt14 … features, features for data communications with the Nintendo DS, and virtual file system features.
42 …the SDK in separate directories to avoid problems such as file collisions and disparity of file ve…
/RevoEX-3.1/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-3.1/build/demos/nwc24demo/
Dmakefile370 echo file 0 = $(notdir $<) >> $@