Searched refs:iFHandle (Results 1 – 1 of 1) sorted by relevance
2729 int iFHandle; // file handle of command in U14LdCmd() local2809 iFHandle = file_open(filnam); in U14LdCmd()2810 if (iFHandle == -1) in U14LdCmd()2815 if (file_read(iFHandle, &rCmdHead, sizeof(CMDHEAD))) in U14LdCmd()2821 file_seek(iFHandle, sizeof(CMDHEAD)); in U14LdCmd()2822 if (file_read(iFHandle, pMem, (UINT)nComSize)) in U14LdCmd()2848 file_close(iFHandle); // close the file in U14LdCmd()