Searched refs:file (Results 1 – 22 of 22) sorted by relevance
| /CTR-SDK-2.4.0/build/runner/ |
| D | log_analyze.sh | 31 file=$1 32 cat ${file} | xmlcutter | tail -10 | sed -e 's/^/> /g'; echo 36 file=$1 37 gawk -f - ${file} << EOS || taillog ${file}
|
| D | run-core_0_2.py | 70 f = file(options.output,"w")
|
| /CTR-SDK-2.4.0/build/omake/ |
| D | commondefs.funcs.om | 16 # This file is only function definitions 43 eprintln($"Trying to build a file outside the tree.: $(apath)") 153 # Add rule to copy a file 191 # Add a rule to create .o from any file 210 # Return the result file path 231 # Add rule to create the ELF file 232 # Return the ELF file path 238 private.dasm = $(file $(removesuffix $(elf))$(EXT_DASM)) 249 # Add a rule to create an ELF file via the option file 250 # Return the ELF file path [all …]
|
| D | utildefs.om | 16 # This file is only function definitions 273 if $(file-exists $(path)) 330 digest-in-path-optional_internal(path, file) = 332 if $(equal $(fullname $(file)), $(absname $(file))) 333 private.path_digest = $(digest-optional $(file)) 335 return $(file) $(path_digest) 340 private.filepath = $(dir)$(DIRSEP)$(file) 343 filepath = $(basename $(file))
|
| D | modulerules.om | 18 # The full path of the object file generated from .c/.cpp/.asm is stored. 53 # ELF files or ROM files are used as the file name for the program name specified here.
|
| D | commondefs.om | 70 value $(if $(file-exists $(path)),$(path),$(EMPTY)) 125 global.BIN2OBJ = $(file $(ROOT_COMMANDS)/ctr_bin2obj32$(EXE)) 127 global.RUNNER = $(file $(ROOT_BUILD)/runner/run.sh) 128 global.RUNNER_LOCK = $(file $(ROOT_BUILD)/runner/.lock)
|
| D | targetdefs.om | 556 return $(file $(base).Legacy.ldscript.template) 558 return $(file $(base).ldscript.template) 570 return $(file $(getImageDirectory false)$(DIRSEP)$(getOutputFilename feedback, .dat)) 582 return $(file $(getImageDirectory false)$(DIRSEP)$(getOutputFilename $(name), $(suffix))) 596 return $(file $(img_dir)$(DIRSEP)$(getOutputFilename $(name), $(suffix))) 608 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc) 621 …return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)$(spec.getDefaultRomSpecFile $(hardware)…
|
| /CTR-SDK-2.4.0/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 67 # sourcefiles - .vsh file (multiple OK) 77 # Define rules for each .vsh file 80 # Find the full path of the file name to output 81 … private.ofile = $(file $(obj_dir_parent)/$(basename $(removesuffix $(sourcefile)))$(EXT_VSOBJ)) 104 # sourcefiles - .obj file generated with OMakefile 105 # sourcefiles_pre - built .obj file under resources 119 # Find the full path of the file name to output 120 private.ofile = $(file $(obj_dir_parent)/$(basename $(name))$(EXT_VSBIN)) 135 # Find file name of the installation destination 149 # Must prepare the file in ROMFS before MAKEROM
|
| D | CTR.commondefs.om | 96 # The full path of the vertex shader object file generated from .vsh is stored. 102 …# The path to the built vertex shader object file is stored as a relative path from resources/shad… 108 # The vertex shader source file (.vsh) is stored 110 …# Assemble the specified source file with SHADER_SOURCES in OMakefile, and get the full path to th…
|
| D | CTR.commondefs.test.om | 39 ret += $(file $(filter %.log, $(target.build-deps))) 55 if $(file-exists $(SUMMARY_TEST))
|
| D | CTR.commondefs.func.om | 448 # Create CTR execution file
|
| /CTR-SDK-2.4.0/resources/plCoin/ |
| D | readme.txt | 30 - The intermediate file of the 3D model data for Play Coins. 31 You can use this file as is or create models based on the file.
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | tooldefs.om | 115 UNCRUSTIFY = $(file $(ROOT_TOOLS)/_private/Uncrustify.exe) 116 UNCRUSTIFY_CONFIG = $(file $(dirname $(UNCRUSTIFY))/nintendo.cfg) 124 INDENTED_SOURCE = $(file $(dirname $(SOURCE))/$(SUBDIR_OUTPUT)$(basename $(SOURCE)))
|
| D | commondefs.gl.om | 52 OFILE = $(file $(obj_dir_parent)/$(basename $(removesuffix $(sourcefile)))$(EXT_VSOBJ)) 81 OFILE = $(file $(obj_dir_parent)/$(basename $(name))$(EXT_VSBIN))
|
| D | targetdefs.om | 267 return $(file $(base).Legacy.ldscript.template) 269 return $(file $(base).ldscript.template) 272 return $(file $(getImageDirectory false)$(DIRSEP)$(getOutputFilename feedback, .dat)) 275 return $(file $(getImageDirectory false)$(DIRSEP)$(getOutputFilename $(name), $(suffix))) 280 return $(file $(img_dir)$(DIRSEP)$(getOutputFilename $(name), $(suffix))) 283 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.desc) 288 …return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)$(spec.getDefaultRomSpecFile $(hardware)… 290 return $(file $(ROOT_RESOURCES)$(DIRSEP)specfiles$(DIRSEP)Application.rsf)
|
| D | commondefs.om | 58 if $(not $(file-exists $(HORIZON_ADDINS_ROOT))) 177 public.BIN2OBJ = $(file $(ROOT_COMMANDS)/ctr_bin2obj32$(EXE)) 179 public.RUNNER = $(file $(ROOT_BUILD)/runner/run.sh) 180 public.RUNNER_LOCK = $(file $(ROOT_BUILD)/runner/.lock) 321 OFILE = $(file $(obj_dir_parent)/$(ONAME)) 389 OFILE = $(file $(obj_dir_parent)/$(basename $(filename))$(EXT_OBJ)) 411 HFILE = $(file $(obj_dir_parent)/$(basename $(filename))$(EXT_HASH)$(EXT_OBJ)) 465 private.NORMALLIB = $(file $(LIBDIR)$(DIRSEP)$(config.getLibraryName $(name))) 491 private.NORMALLIB = $(file $(LIBDIR)/$(config.getStaticObjectName $(rootname $(filename)))) 533 DASM = $(file $(removesuffix $(NAME)).dasm) [all …]
|
| D | debuggerdefs.partner.om | 22 private.RUNNER_CORE_0_2 = $(file $(ROOT_BUILD)/runner/run-core_0_2.py) 153 processes += $(absname $(file $(removeprefix $"@", $(proc)))) 157 processes += $(file $(absname $(proc))) 165 processes += $(file $(addprefix $(tmp_image_dir)$(DIRSEP),$(tmp_image)))
|
| D | testutil.om | 252 $(file $(program)) 253 $(file $(depends)) 284 processes += $(file $(addprefix $(tmp_image_dir)$(DIRSEP),$(tmp_image)))
|
| /CTR-SDK-2.4.0/build/omake/debuggers/ |
| D | debuggerdefs.PARTNER.om | 42 processes += $(absname $(file $(removeprefix $"@", $(proc)))) 46 processes += $(file $(absname $(proc))) 54 processes += $(file $(addprefix $(tmp_image_dir)$(DIRSEP),$(tmp_image))) 200 processes += $(absname $(file $(removeprefix $"@", $(proc)))) 204 processes += $(file $(absname $(proc))) 212 processes += $(file $(addprefix $(tmp_image_dir)$(DIRSEP),$(tmp_image)))
|
| /CTR-SDK-2.4.0/include/nn/boss/ |
| D | boss_Types.h | 92 } file; member
|
| /CTR-SDK-2.4.0/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 101 # 1297: Header file not guarded against multiple inclusion 198 # These are unnecessary when generating a feedback file
|
| /CTR-SDK-2.4.0/resources/plCoin/obj/ |
| D | plCoin.obj | 1 # This file uses centimeters as units for non-parametric coordinates.
|