Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp775 FILE* fpIn = fopen(filePath.c_str(), "rb"); in getObject() local
776 if (!fpIn) in getObject()
785 if (!fread(&header, sizeof(header), 1, fpIn)) in getObject()
821 fclose(fpIn); in getObject()
/third_party/python/Mac/BuildScript/
Dbuild-installer.py768 fpIn = urllib_request.urlopen(url)
770 block = fpIn.read(10240)
774 block = fpIn.read(10240)
775 fpIn.close()