Searched refs:g_importFileFd (Results 1 – 1 of 1) sorted by relevance
38 FILE* g_importFileFd = nullptr; variable603 if (g_importFileFd == nullptr) { in WriteToFile()604 g_importFileFd = fopen(fileName.c_str(), "a+"); in WriteToFile()605 if (g_importFileFd == nullptr) { in WriteToFile()610 int32_t writeLength = fwrite(data, len, 1, g_importFileFd); in WriteToFile()612 fclose(g_importFileFd); in WriteToFile()656 if (g_importFileFd == nullptr) { in DownloadELFCallback()657 g_importFileFd = fopen(fileName.c_str(), "a+"); in DownloadELFCallback()658 if (g_importFileFd == nullptr) { in DownloadELFCallback()663 int32_t writeLength = fwrite(data, len, 1, g_importFileFd); in DownloadELFCallback()[all …]