Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.cpp2680 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()
[all …]