Searched defs:tofile (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dliolib.c154 static FILE *tofile (lua_State *L) { function
187 tofile(L); /* make sure argument is an open stream */
279 tofile(L); /* check that it's a valid file handle */
317 tofile(L); /* check that it's a valid file handle */
329 tofile(L); /* check that it's a valid file handle */
480 return g_read(L, tofile(L), 2);
540 FILE *f = tofile(L);
549 FILE *f = tofile(L);
568 FILE *f = tofile(L);
583 return luaL_fileresult(L, fflush(tofile(
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A DFvImage.py942 def tofile(m, f): member in class:Section
944 Image.tofile(m, f)
946 m._SubImages[Offset].tofile(f)
1058 #SectionObj.tofile(f)
1451 PeSection.tofile(open(sf, 'wb'))

Completed in 99 milliseconds