Home
last modified time | relevance | path

Searched refs:files (Results 1 – 12 of 12) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
D_readme.txt4 These source files contain low level routines that can be
11 These source files comprise one binary files which is typically
/CafeSDK-2.12.13-1/system/include/
Drpl_tags.txt1 # defines tags which as included in all RPL files
/CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf5 ; The name of the directory containing files to be emulated.
6 ; A table for the FST file is generated by retrieving files under the
100 ; This is used for the files which need the boundary for the starting
120 ; If the <layout val> value is negative, the files are laid out from the inside of the disk, …
121 ; This is used to lay out files on the outer area to shorten the access
/CafeSDK-2.12.13-1/system/bin/tool/
Dcontent_dump45 Dumped files is stored in the directory called "<PATH(\$CAFE_ROOT by default)>/c_<TitleID>".
54 -v : [Enable to verify copied files]. This feature is disabled by default.
Dcafeoptions.bat142 echo -syncsession Copy per-session files (default)
143 echo -nosyncsession Do not copy files; data files shared across sessions
Dviewcore.bat269 echo block files will be processed
276 echo ^<directory^> Look for memory block files in ^<directory^> to be parsed
Dmakecfmaster.sh504 : Make an add-on content master archive from content files
505 under <aoc_root_path>. The content files should exist under
/CafeSDK-2.12.13-1/system/src/tool/cafex/masteringTests/
DautoMasterTest.bat14 ::Insert code to delete all files except for the .rpx and .rpl
29 ::Create default app, cos, and meta.xml files
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zIn.c955 CSzFileItem *files = 0; in SzReadHeader2() local
989 MY_ALLOC(CSzFileItem, files, (size_t)numFiles, allocMain); in SzReadHeader2()
991 p->db.Files = files; in SzReadHeader2()
993 SzFile_Init(files + i); in SzReadHeader2()
1047 CSzFileItem *f = &files[i]; in SzReadHeader2()
1066 CSzFileItem *f = &files[i]; in SzReadHeader2()
1092 CSzFileItem *file = files + i; in SzReadHeader2()
/CafeSDK-2.12.13-1/
Dcafe.bat264 :: Check if HBM app.xml files are present
755 echo -syncsession Copy per-session files (default)
756 echo -nosyncsession Do not copy files; data files shared across sessions
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1365 FileInfo[] files = dir.GetFiles(); in DirectoryCopy()
1366 foreach (FileInfo file in files) in DirectoryCopy()
DCafeFunctions.cs3473 string[] files = Directory.GetFiles(os_directory); in run()
3475 foreach (string s in files) in run()