Lines Matching refs:strFile

2680                 tstring strFile;  in RKA_File_Check()  local
2687 strFile = szDateTime; in RKA_File_Check()
2688 strFile += _T("/tmp/file.bin"); in RKA_File_Check()
2689 m_pLog->SaveBuffer(strFile, pBufferFromFile, uiWriteByte); in RKA_File_Check()
2691 strFile = szDateTime; in RKA_File_Check()
2692 strFile += _T("/tmp/flash.bin"); in RKA_File_Check()
2693 m_pLog->SaveBuffer(strFile, pBufferFromFlash, uiWriteByte); in RKA_File_Check()
2853 tstring strFile; in RKA_Param_Check() local
2860 strFile = szDateTime; in RKA_Param_Check()
2861 strFile += _T("/tmp/file.bin"); in RKA_Param_Check()
2862 m_pLog->SaveBuffer(strFile, m_paramBuffer + uiTransfer, uiWriteByte); in RKA_Param_Check()
2864 strFile = szDateTime; in RKA_Param_Check()
2865 strFile += _T("/tmp/flash.bin"); in RKA_Param_Check()
2866 m_pLog->SaveBuffer(strFile, pRead, uiWriteByte); in RKA_Param_Check()
3007 tstring strFile; in RKA_Gpt_Check() local
3013 strFile = m_pLog->LogSavePath; in RKA_Gpt_Check()
3014 strFile += szDateTime; in RKA_Gpt_Check()
3015 strFile += _T("file.bin"); in RKA_Gpt_Check()
3016 m_pLog->SaveBuffer(strFile, m_gptBuffer, 34 * SECTOR_SIZE); in RKA_Gpt_Check()
3017 strFile = m_pLog->LogSavePath; in RKA_Gpt_Check()
3018 strFile += szDateTime; in RKA_Gpt_Check()
3019 strFile += _T("flash.bin"); in RKA_Gpt_Check()
3020 m_pLog->SaveBuffer(strFile, pRead, 34 * SECTOR_SIZE); in RKA_Gpt_Check()
3046 tstring strFile; in RKA_Gpt_Check() local
3052 strFile = m_pLog->LogSavePath; in RKA_Gpt_Check()
3053 strFile += szDateTime; in RKA_Gpt_Check()
3054 strFile += _T("file.bin"); in RKA_Gpt_Check()
3055 m_pLog->SaveBuffer(strFile, m_gptBuffer + 34 * SECTOR_SIZE, 33 * SECTOR_SIZE); in RKA_Gpt_Check()
3056 strFile = m_pLog->LogSavePath; in RKA_Gpt_Check()
3057 strFile += szDateTime; in RKA_Gpt_Check()
3058 strFile += _T("flash.bin"); in RKA_Gpt_Check()
3059 m_pLog->SaveBuffer(strFile, pRead, 33 * SECTOR_SIZE); in RKA_Gpt_Check()