Searched refs:files (Results 1 – 12 of 12) sorted by relevance
4 These source files contain low level routines that can be 11 These source files comprise one binary files which is typically
1 # defines tags which as included in all RPL files
5 ; The name of the directory containing files to be emulated.6 ; A table for the FST file is generated by retrieving files under the100 ; This is used for the files which need the boundary for the starting120 ; 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
45 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.
142 echo -syncsession Copy per-session files (default)143 echo -nosyncsession Do not copy files; data files shared across sessions
269 echo block files will be processed276 echo ^<directory^> Look for memory block files in ^<directory^> to be parsed
504 : Make an add-on content master archive from content files505 under <aoc_root_path>. The content files should exist under
14 ::Insert code to delete all files except for the .rpx and .rpl29 ::Create default app, cos, and meta.xml files
955 CSzFileItem *files = 0; in SzReadHeader2() local989 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()
264 :: Check if HBM app.xml files are present755 echo -syncsession Copy per-session files (default)756 echo -nosyncsession Do not copy files; data files shared across sessions
1365 FileInfo[] files = dir.GetFiles(); in DirectoryCopy()1366 foreach (FileInfo file in files) in DirectoryCopy()
3473 string[] files = Directory.GetFiles(os_directory); in run()3475 foreach (string s in files) in run()