Searched refs:directory (Results 1 – 19 of 19) sorted by relevance
154 ::::: Get all the memory blocks in current directory, or user specified directory200 ::::: Specified directory doesn't have memory blocks243 ::::: Specified core dump file is a directory or does not exist245 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 parsed277 echo If unspecified, current working directory is used.
44 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…
39 echo log directory is $LOGDIR109 echo Removing log directory $LOGDIR"..."
59 -w <path> : Temporary directory for mastering.60 If omitted, create temporary directory at the current work dir.
162 echo Ignoring output directory '(-o)' with option '-NM'183 die You cannot install a title from anywhere but the default directory239 die app.xml is not present in the RPX directory346 die Failed to create mastering directory
99 -o <path> : Output base directory to create download images.
47 echo log directory is $LOGDIR
49 echo log directory is $LOGDIR
117 echo No RPX found in current working directory...'
89 echo log directory is $LOGDIR
499 -w <path> : Temporary directory for mastering.500 If omitted, create temporary directory at the current work dir.
175 -l <path> : user RPL directory or file to gather for RPX195 -z : suppress mirroring the data to the session data directory.
7 :: assuming the current directory contains "\system\src\tool"
5 ; The name of the directory containing files to be emulated.7 ; directory specified here.
194 :: NOTE: If CAFE_ROOT_DOS is a directory under CYGWIN_PATH (i.e. home), please197 :: directory using UNIX-style (e.g., /cygdrive/c/Users/me)201 :: Default environment for disc emulation directory if not set by Windows229 :: Default environment for SLC emulation directory if not set by Windows236 :: Default environment for MLC emulation directory if not set by Windows243 :: Default Mastering Tools directory248 :: Default TEMP directory362 echo a new directory, for example:
1523 string directory = path.Substring(0, path.LastIndexOf('\\')); in OpenLogFile()1524 if (!Directory.Exists(directory)) in OpenLogFile()1526 Directory.CreateDirectory(directory); in OpenLogFile()
7654 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() argument8205 if (!Directory.Exists(directory)) in initialize_work_directory()[all …]