Searched refs:fileType (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFileOS2.idl73 * @param fileType
77 PRBool isFileType( in ACString fileType );
H A DnsILocalFileMac.idl171 * fileType, creator
176 [noscript] attribute OSType fileType;
H A DnsLocalFileMac.cpp2191 OSType fileType; local
2192 rv = GetFileType(&fileType);
2195 *outIsExecutable = (fileType == 'APPL' || fileType == 'appe' || fileType == 'FNDR');
3265 PRUint32 fileType = 'TEXT'; local
3271 rv = mimeInfo->GetMacType(&fileType);
3275 rv = SetFileType(fileType);
H A DnsLocalFileOSX.cpp1854 /* attribute OSType fileType; */
1868 *aFileType = fInfo.file.fileType;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c673 PRIntn fileType; local
685 PR_sscanf(ptr, "%d:0x%lx", &fileType, &osfd);
686 switch ((PRDescType)fileType) {
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp43 DirEntry(Utf8Str strName, VFSFileType_T fileType, uint64_t cbSize, uint32_t fMode) argument
45 , type(fileType)
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c1149 OSType fileType)
1162 /* If fileType not 0x00000000, change fileType */
1163 if ( fileType != (OSType)0x00000000 )
1165 ((FileInfo *)&catalogInfo.finderInfo)->fileType = fileType;
1146 FSChangeCreatorType( const FSRef *ref, OSType fileCreator, OSType fileType) argument
H A DMoreFilesX.h887 OSType fileType);
895 fileType --> The new file type or 0x00000000 to leave the
/vbox/include/iprt/formats/
H A Dhfs.h425 uint8_t fileType; member in struct:HFSCatalogFile

Completed in 102 milliseconds