Searched refs:g_importFileFd (Results 1 – 1 of 1) sorted by relevance
40 FILE *g_importFileFd = nullptr; variable671 if (g_importFileFd == nullptr) { in WriteToFile()672 g_importFileFd = fopen(fileName.c_str(), "a+"); in WriteToFile()673 if (g_importFileFd == nullptr) { in WriteToFile()678 int32_t writeLength = fwrite(data, len, 1, g_importFileFd); in WriteToFile()680 fclose(g_importFileFd); in WriteToFile()724 if (g_importFileFd == nullptr) { in DownloadELFCallback()725 g_importFileFd = fopen(fileName.c_str(), "a+"); in DownloadELFCallback()726 if (g_importFileFd == nullptr) { in DownloadELFCallback()731 int32_t writeLength = fwrite(data, len, 1, g_importFileFd); in DownloadELFCallback()[all …]