Searched refs:OSType (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_memory.cpp98 OSType* ptr = (OSType*) new char[sizeof(OSType) + size];
110 OSType* type = (OSType*)ptr;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFileMac.idl47 native OSType(OSType);
103 [noscript] void initToAppWithCreatorCode(in OSType aAppCreator);
176 [noscript] attribute OSType fileType;
177 [noscript] attribute OSType fileCreator;
H A DnsLocalFileMac.h87 nsresult FindAppOnLocalVolumes(OSType sig, FSSpec &outSpec);
89 nsresult FindRunningAppBySignature(OSType sig, FSSpec& outSpec, ProcessSerialNumber& outPsn);
127 OSType mType, mCreator;
131 static OSType sCurrentProcessSignature;
H A DSpecialSystemDirectory.h131 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile);
H A DnsLocalFileMac.cpp106 const OSType kDefaultCreator = 'MOSS';
336 static OSErr FindAppOnVolume (OSType sig, short vRefNum, FSSpec *file)
922 OSType nsLocalFile::sCurrentProcessSignature = 0;
2191 OSType fileType;
2533 nsresult nsLocalFile::FindRunningAppBySignature (OSType aAppSig, FSSpec& outSpec, ProcessSerialNumber& outPsn)
2594 nsresult nsLocalFile::FindAppOnLocalVolumes(OSType sig, FSSpec &outSpec)
3057 NS_IMETHODIMP nsLocalFile::InitToAppWithCreatorCode(OSType aAppCreator)
3165 NS_IMETHODIMP nsLocalFile::GetFileType(OSType *aFileType)
3185 NS_IMETHODIMP nsLocalFile::SetFileType(OSType aFileType)
3205 NS_IMETHODIMP nsLocalFile::GetFileCreator(OSType *aCreato
[all...]
H A DnsLocalFileOSX.cpp87 static OSErr FindRunningAppBySignature(OSType aAppSig, ProcessSerialNumber& outPsn);
1759 /* void initToAppWithCreatorCode (in OSType aAppCreator); */
1760 NS_IMETHODIMP nsLocalFile::InitToAppWithCreatorCode(OSType aAppCreator)
1854 /* attribute OSType fileType; */
1855 NS_IMETHODIMP nsLocalFile::GetFileType(OSType *aFileType)
1872 NS_IMETHODIMP nsLocalFile::SetFileType(OSType aFileType)
1883 /* attribute OSType fileCreator; */
1884 NS_IMETHODIMP nsLocalFile::GetFileCreator(OSType *aFileCreator)
1901 NS_IMETHODIMP nsLocalFile::SetFileCreator(OSType aFileCreator)
1999 OSType fileCreato
[all...]
H A DSpecialSystemDirectory.cpp750 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dmbr.h33 UINT8 OSType; member in struct:__anon9957
H A Dbootsectimage.c749 printf (" 1C2 Partition type indicator %02x\n", Mbr.PartitionRecord[0].OSType);
761 printf (" 1D2 Partition type indicator %02x\n", Mbr.PartitionRecord[1].OSType);
773 printf (" 1E2 Partition type indicator %02x\n", Mbr.PartitionRecord[2].OSType);
785 printf (" 1F2 Partition type indicator %02x\n", Mbr.PartitionRecord[3].OSType);
/vbox/src/VBox/Main/include/
H A DGlobal.h60 struct OSType struct in class:Global
81 static const OSType sOSTypes[];
H A DGuestOSTypeImpl.h36 HRESULT init(const Global::OSType &ostype);
H A DUSBProxyService.h142 # define OSType Carbon_OSType macro
144 # undef OSType macro
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.h143 void operator = (OSType folderType);
144 nsSpecialSystemDirectory(OSType folderType);
H A DnsFileSpec.h392 OSErr SetFileTypeAndCreator(OSType type, OSType creator);
393 OSErr GetFileTypeAndCreator(OSType* type, OSType* creator);
H A DnsFileSpecMac.cpp1115 OSErr nsFileSpec::SetFileTypeAndCreator(OSType type, OSType creator)
1129 OSErr nsFileSpec::GetFileTypeAndCreator(OSType* type, OSType* creator)
H A DnsIFileStream.cpp235 const OSType kCreator = 'CWIE';
237 const OSType kCreator = 'MOSS';
H A DnsSpecialSystemDirectory.cpp1121 nsSpecialSystemDirectory::nsSpecialSystemDirectory(OSType folderType)
1128 void nsSpecialSystemDirectory::operator = (OSType folderType)
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxIChatTheaterWrapper.m32 - (void) getPixelBufferPixelFormat: (OSType *)pixelFormatOut;
69 - (void) getPixelBufferPixelFormat: (OSType *)pixelFormatOut
/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp75 HRESULT GuestOSType::init(const Global::OSType &ostype)/*const char *aFamilyId, const char *aFamilyDescription,
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.h886 OSType fileCreator,
887 OSType fileType);
H A DMoreFilesX.c1148 OSType fileCreator,
1149 OSType fileType)
1163 if ( fileType != (OSType)0x00000000 )
1169 if ( fileCreator != (OSType)0x00000000 )
H A DFSCopyObject.c542 OSType originalFileType;
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp27 const Global::OSType Global::sOSTypes[] =
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp718 OSType type;

Completed in 135 milliseconds