| /NW4C-1.2.23/sources/libraries/io/ |
| D | io_RomFileStream.cpp | 34 Open( path ); in RomFileStream() 40 Open( openedFile, closeEnable ); in RomFileStream() 46 Open( openedFileReader, closeEnable ); in RomFileStream() 60 bool RomFileStream::Open( const nn::fs::File* openedFile, bool closeEnable ) in Open() function in nw::io::RomFileStream 79 bool RomFileStream::Open( const char* path ) in Open() function in nw::io::RomFileStream 97 bool RomFileStream::Open( nn::fs::FileReader* openedFileReader, bool closeEnable ) in Open() function in nw::io::RomFileStream 117 bool RomFileStream::Open( const char* path ) in Open() function in nw::io::RomFileStream
|
| D | io_HioFileStream.cpp | 63 Open( path, accessMode, disp ); in HioFileStream() 76 Open( openedFile, accessMode, closeEnable ); in HioFileStream() 88 bool HioFileStream::Open( const char* path, bit32 accessMode, in Open() function in nw::io::HioFileStream 101 if ( m_File.Open( path, accessMode, disp ).IsSuccess() ) in Open() 114 bool HioFileStream::Open( ... ) in Open() function in nw::io::HioFileStream 119 bool HioFileStream::Open( in Open() function in nw::io::HioFileStream
|
| /NW4C-1.2.23/include/nw/io/ |
| D | io_RomFileStream.h | 40 bool Open( const char* path ); 43 bool Open( const nn::fs::File* openedFile, bool closeEnable = true ); 45 bool Open( nn::fs::FileReader* openedFileReader, bool closeEnable = true );
|
| D | io_HioFileStream.h | 40 bool Open( const char* path, bit32 accessMode, nn::hio::HostFile::OpenDisp ); 43 bool Open( ... ); 45 bool Open( nn::hio::HostFile*, bit32 accessMode, bool closeEnable = true );
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_HioSoundArchive.h | 37 bool Open( const char* filePath );
|
| D | snd_RomSoundArchive.h | 82 bool Open( const char* filePath );
|
| D | snd_SequenceTrack.h | 149 void Open();
|
| /NW4C-1.2.23/demos/snd/simple/sources/ |
| D | SimpleApp.cpp | 62 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/playerHeap/sources/ |
| D | playerHeapApp.cpp | 74 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 62 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/externalFile/sources/ |
| D | externalFileApp.cpp | 69 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.cpp | 58 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/labelString/sources/ |
| D | LabelStringApp.cpp | 65 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/soundActor/sources/ |
| D | SoundActorApp.cpp | 76 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_HioSoundArchive.cpp | 35 bool HioSoundArchive::Open( const char* path ) in Open() function in nw::snd::HioSoundArchive 38 bool result = m_HostFile.Open( in Open()
|
| D | snd_RomSoundArchive.cpp | 54 bool RomSoundArchive::Open( const char* path ) in Open() function in nw::snd::RomSoundArchive 108 bool RomSoundArchive::Open( const wchar_t* path )
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_HioPacketChannel.cpp | 315 nn::Result result = m_Serial.Open(description.channelNumber, m_SerialWorkMemory); in HioPacketChannel()
|
| /NW4C-1.2.23/demos/snd/sound3d/sources/ |
| D | Sound3dApp.cpp | 59 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 68 format "File Open Error(%)\n" filename 187 format "File Open Error(%)\n" filename
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 68 format "File Open Error(%)\n" filename 187 format "File Open Error(%)\n" filename
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 68 format "File Open Error(%)\n" filename 187 format "File Open Error(%)\n" filename
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_utils.ms.inc | 68 format "File Open Error(%)\n" filename 187 format "File Open Error(%)\n" filename
|
| /NW4C-1.2.23/demos/snd/filter/sources/ |
| D | main.cpp | 155 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 133 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 140 if ( ! m_Archive.Open( SOUND_ARC_PATH ) ) in InitializeSoundSystem()
|