Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs4244 file_copy_retry(info.metaXml, contentMetaXml, true, 3); in bootrun()
4961 file_copy_retry(fileName, destinationFileName, true, 3); in on()
8638 file_copy_retry(boot_movie_h264, dest_boot_movie_h264, true, 1); in update_boot_logos()
8661 file_copy_retry(boot_logo_tex_tga, dest_boot_logo_tex_tga, true, 1); in update_boot_logos()
8668 file_copy_retry(icon_tex_tga, dest_icon_tex_tga, true, 1); in update_boot_logos()
8674 file_copy_retry(boot_tv_tga, dest_boot_tv_tga, true, 1); in update_boot_logos()
8680 file_copy_retry(boot_drc_tga, dest_boot_drc_tga, true, 1); in update_boot_logos()
8828 …static void file_copy_retry(string sourceFileName, string destFileName, bool overwrite, uint attem… in file_copy_retry() method in CafeX.Program
8849 file_copy_retry(sourceFileName, destFileName, overwrite, attempts); in file_copy_retry()