Home
last modified time | relevance | path

Searched defs:file (Results 1 – 16 of 16) sorted by relevance

/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp126 File file = nw::demo::Utility::LoadFile(&allocator, fileName, 128); in ReadArchiveFont() local
231 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp69 bool OpenLatestCopyFile( nn::hio::HostFile& file, DirType type ) in OpenLatestCopyFile()
215 nn::hio::HostFile file; in OpenSoundArchive() local
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DLytCtrl.cpp98 SmFile file; in LytCtrl() local
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp210 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp217 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp251 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp263 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp292 File file; in nnMain() local
/NW4C-2.0.3/sources/libraries/io/
Dio_HioFileStream.cpp29 s64 GetHioFileSize( nn::hio::HostFile& file ) in GetHioFileSize()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp256 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp195 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp273 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp277 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp450 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp421 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain() local
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_RomSoundArchive.cpp209 void* file = ut::RoundUp( headerArea, 32 ); in LoadFileHeader() local