Searched defs:GetFilePath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DCommonObject.py658 def GetFilePath(self): member in class:IncludeObject
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h6063 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath); member in struct:IExtPackFile_vtbl
H A DVBoxCAPI_v4_1.h6461 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath); member in struct:IExtPackFile_vtbl
H A DVBoxCAPI_v4_2.h7425 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath); member in struct:IExtPackFile_vtbl
H A DVBoxCAPI_v4_3.h15404 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath); member in struct:IExtPackFile_vtbl
15450 nsresult (*GetFilePath)(IExtPackFile *pThis, PRUnichar * *filePath); member in struct:IExtPackFileVtbl
15486 #define IExtPackFile_get_FilePath(p, aFilePath) ((p)->lpVtbl->GetFilePath(p, aFilePath))
15487 #define IExtPackFile_GetFilePath(p, aFilePath) ((p)->lpVtbl->GetFilePath(p, aFilePath))

Completed in 395 milliseconds