Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs4508 file_copy_retry(info.metaXml, contentMetaXml, true, 3); in bootrun()
5255 file_copy_retry(fileName, destinationFileName, true, 3); in on()
9229 file_copy_retry(boot_movie_h264, dest_boot_movie_h264, true, 1); in update_boot_logos()
9252 file_copy_retry(boot_logo_tex_tga, dest_boot_logo_tex_tga, true, 1); in update_boot_logos()
9259 file_copy_retry(icon_tex_tga, dest_icon_tex_tga, true, 1); in update_boot_logos()
9265 file_copy_retry(boot_tv_tga, dest_boot_tv_tga, true, 1); in update_boot_logos()
9271 file_copy_retry(boot_drc_tga, dest_boot_drc_tga, true, 1); in update_boot_logos()
9419 …static void file_copy_retry(string sourceFileName, string destFileName, bool overwrite, uint attem… in file_copy_retry() method in CafeX.Program
9440 file_copy_retry(sourceFileName, destFileName, overwrite, attempts); in file_copy_retry()