/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsIFileStreams.h | 42 * @param perm file mode bits listed in prio.h 46 /* void init (in nsIFile file, in long ioFlags, in long perm, in long behaviorFlags); */ 47 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) = 0; 76 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags); \ 80 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return _to Init(file, ioFlags, perm, behaviorFlags); } \ 84 NS_IMETHOD Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt32 behaviorFlags) { return !_to ? NS_ERROR_NULL_POINTER : _to->Init(file, ioFlags, perm, behaviorFlags); } \ 118 /* void init (in nsIFile file, in long ioFlags, in long perm, in long behaviorFlags); */ 119 NS_IMETHODIMP nsFileInputStream::Init(nsIFile *file, PRInt32 ioFlags, PRInt32 perm, PRInt3 [all...] |
H A D | nsFileStreams.h | 127 nsresult Open(nsIFile* file, PRInt32 ioFlags, PRInt32 perm);
|
H A D | nsFileStreams.cpp | 396 nsFileOutputStream::Init(nsIFile* file, PRInt32 ioFlags, PRInt32 perm, argument 406 if (perm <= 0) 407 perm = 0664; 410 rv = localFile->OpenNSPRFileDesc(ioFlags, perm, &fd);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 168 #define mkdir(dir, perm) mkdir(dir, perm) 170 #define mkdir(dir, perm) mkdir(dir)
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 125 PRInt32 whatToCreate, PRInt32 perm) 158 rv = file->Create(whatToCreate, perm); 174 PRInt32 whatToCreate, PRInt32 perm) 207 rv = file->CreateUnique(whatToCreate, perm); 124 CreationTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument 173 CreateUniqueTest(const char* creationPath, const char* appendPath, PRInt32 whatToCreate, PRInt32 perm) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | fset2.c | 1161 /* add the permutation 'perm' to the LL_k sets in 'fset' */ 1164 tcvt( set *fset, Tree *perm ) 1166 tcvt( fset, perm ) 1168 Tree *perm; 1171 if ( perm==NULL ) return; 1172 set_orel(perm->token, fset); 1173 tcvt(fset+1, perm->down); 1225 Tree *perm, *ambig=NULL; local 1296 while ( (perm=permute(1,LL_k))!=NULL ) 1298 /* fprintf(stderr, "chk perm 1416 Tree *perm; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsIFileStream.cpp | 267 SInt8 perm; 269 perm = fsRdWrPerm; 271 perm = fsWrPerm; 273 perm = fsRdPerm; 276 err = FSpOpenDF(&spec, perm, &refnum);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | windowstr.h | 94 DeviceIntPtr* perm; member in struct:_WindowAccessRec
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macio.c | 398 PRInt8 perm; local 414 perm = fsRdWrPerm; 416 perm = fsWrPerm; 418 perm = fsRdPerm; 419 hpb.ioParam.ioPermssn = perm;
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileMac.cpp | 1207 SInt8 perm; 1209 perm = fsRdWrPerm; 1211 perm = fsWrPerm; 1213 perm = fsRdPerm; 1216 err = ::FSpOpenDF(&spec, perm, &refnum);
|