Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/dbg/
Ddbg_PrintResult.cpp207 …case ::nn::Result::moduleString: desc = ::nn::libName::GetResultDescriptionStringImpl(result); bre… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
211 const char* desc = 0; local
243 if (!desc)
245 desc = nn::dbg::GetResultCommonDescriptionStringImpl(result);
247 if (!desc)
249 desc = "Unknown Description";
251 return desc;
/CTR-SDK-0.13.2/build/omake/
Dmodulerules.tests.om56 DESC_BASE = $(HORIZON_ROOT)/resources/specfiles/Application.desc
57 DESCRIPTOR = $(testutil_dir)/test_importer.autogen.desc
Dtargetdefs.om239 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc)
Dcommondefs.om770 MAKEROMFLAGS += -desc $(DESCRIPTOR) -rsf $(ROM_SPEC_FILE)