Searched refs:SaveFileToDisk (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/
H A DPyUtility.c19 SaveFileToDisk(FilePath, Content)
23 SaveFileToDisk ( function
93 STATIC INT8 SaveFileToDiskDocs[] = "SaveFileToDisk(): Make sure the file is saved to disk\n";
96 {"SaveFileToDisk", (PyCFunction)SaveFileToDisk, METH_VARARGS, SaveFileToDiskDocs},
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py267 from PyUtility import SaveFileToDisk namespace
268 if not SaveFileToDisk(File, Content):

Completed in 414 milliseconds