Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 19 of 19) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dviewcore.bat154 ::::: Get all the memory blocks in current directory, or user specified directory
200 ::::: Specified directory doesn't have memory blocks
243 ::::: Specified core dump file is a directory or does not exist
245 echo Error: %MULTI_ARG% not found, or is a directory. Exiting viewcore.
264 …o Usage: viewcore.bat [-o ^<file^>] [-i ^<file^>] [-d ^<dir^>] [-a] [-h^<elp^>] [^<directory^>]
276 echo ^<directory^> Look for memory block files in ^<directory^> to be parsed
277 echo If unspecified, current working directory is used.
Dcontent_dump44 Dump the content directory to your PC from the application in NAND memory on CAT-DEV or USB storage…
45 Dumped files is stored in the directory called "<PATH(\$CAFE_ROOT by default)>/c_<TitleID>".
50 …-o <path> : [The path for the output directory]. Both Cygpath and Windows path expressions can…
Dcafecleardata39 echo log directory is $LOGDIR
109 echo Removing log directory $LOGDIR"..."
Dmakecfdiscimage.sh59 -w <path> : Temporary directory for mastering.
60 If omitted, create temporary directory at the current work dir.
Ddeploytitle.sh162 echo Ignoring output directory '(-o)' with option '-NM'
183 die You cannot install a title from anywhere but the default directory
239 die app.xml is not present in the RPX directory
346 die Failed to create mastering directory
Dmakecfdownloadimage.sh99 -o <path> : Output base directory to create download images.
Dcafe_nand2pcfs47 echo log directory is $LOGDIR
Dcafe_pcfs2nand49 echo log directory is $LOGDIR
Dxmain.sh117 echo No RPX found in current working directory...'
Dcaferecover89 echo log directory is $LOGDIR
Dmakecfmaster.sh499 -w <path> : Temporary directory for mastering.
500 If omitted, create temporary directory at the current work dir.
Dcaferun175 -l <path> : user RPL directory or file to gather for RPX
195 -z : suppress mirroring the data to the session data directory.
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
Dgfd.sln.bat7 :: assuming the current directory contains "\system\src\tool"
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/
DTexConv2.sln.bat7 :: assuming the current directory contains "\system\src\tool"
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.sln.bat7 :: assuming the current directory contains "\system\src\tool"
/CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf5 ; The name of the directory containing files to be emulated.
7 ; directory specified here.
/CafeSDK-2.12.13-1/
Dcafe.bat194 :: NOTE: If CAFE_ROOT_DOS is a directory under CYGWIN_PATH (i.e. home), please
197 :: directory using UNIX-style (e.g., /cygdrive/c/Users/me)
201 :: Default environment for disc emulation directory if not set by Windows
229 :: Default environment for SLC emulation directory if not set by Windows
236 :: Default environment for MLC emulation directory if not set by Windows
243 :: Default Mastering Tools directory
248 :: Default TEMP directory
362 echo a new directory, for example:
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1523 string directory = path.Substring(0, path.LastIndexOf('\\')); in OpenLogFile()
1524 if (!Directory.Exists(directory)) in OpenLogFile()
1526 Directory.CreateDirectory(directory); in OpenLogFile()
DCafeFunctions.cs7654 String directory = Path.GetDirectoryName(path); in getPathToMakeCfMaster()
7655 String filename = directory + @"\makecfmaster.exe"; in getPathToMakeCfMaster()
7660 directory = Environment.GetEnvironmentVariable("CAFE_MASTERING_TOOLS"); in getPathToMakeCfMaster()
7661 if (directory != null) in getPathToMakeCfMaster()
7663 filename = directory + @"\makecfmaster.exe"; in getPathToMakeCfMaster()
7671 directory = Environment.GetEnvironmentVariable("CAFE_ROOT"); in getPathToMakeCfMaster()
7672 if (directory != null) in getPathToMakeCfMaster()
7674 filename = directory + @"\system\bin\tool\mastering\makecfmaster.exe"; in getPathToMakeCfMaster()
8199 static void initialize_work_directory(string directory) in initialize_work_directory() argument
8205 if (!Directory.Exists(directory)) in initialize_work_directory()
[all …]