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

/vbox/src/VBox/Runtime/testcase/
H A DtstMove.cpp79 bool fDir = false; local
93 fDir = true;
101 fDir = false;
133 if (!fDir && !fFile)
135 else if (fDir)
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Ddirops.c758 int fDir = ((old_dentry->d_inode->i_mode & S_IFDIR) != 0); local
761 new_path, fDir ? 0 : SHFL_RENAME_FILE | SHFL_RENAME_REPLACE_IF_EXISTS);
/vbox/src/VBox/Runtime/generic/
H A Dsemxroads-generic.cpp102 bool fDir; member in struct:__anon16598
117 g_aHist[i].fDir = (dir); \
194 * @param fDir The direction.
200 DECL_FORCE_INLINE(int) rtSemXRoadsEnter(RTSEMXROADSINTERNAL *pThis, uint64_t fDir, argument
209 add_hist(u64State, u64OldState, fDir, "enter");
213 if ((u64State & RTSEMXROADS_DIR_MASK) == (fDir << RTSEMXROADS_DIR_SHIFT))
223 add_hist(u64State, u64OldState, fDir, "enter-simple");
231 u64State |= (UINT64_C(1) << uCountShift) | (fDir << RTSEMXROADS_DIR_SHIFT);
234 Assert(!pThis->aDirs[fDir].fNeedReset);
235 add_hist(u64State, u64OldState, fDir, "ente
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp1339 * @param fDir Whether this is a directory or a file.
1347 static int supR3HardenedVerifyFsObject(PCSUPR3HARDENEDFSOBJSTATE pFsObjState, bool fDir, bool fRelaxed, argument
1352 NOREF(pFsObjState); NOREF(fDir); NOREF(fRelaxed); NOREF(pszPath); NOREF(pErrInfo);
1357 NOREF(pFsObjState); NOREF(fDir); NOREF(fRelaxed); NOREF(pszPath); NOREF(pErrInfo);
1382 if (fDir != !!S_ISDIR(pFsObjState->Stat.st_mode))
1622 rc = supR3HardenedVerifyFsObject(&FsObjState, true /*fDir*/, fRelaxed, Info.szPath, pErrInfo);
1683 rc = supR3HardenedVerifyFsObject(&FsObjState, !fFinal /*fDir*/, fRelaxed, Info.szPath, pErrInfo);
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin.cpp545 Boolean fDir; local
546 if ((err = FSPathMakeRef((const UInt8*)strFile.toUtf8().constData(), &fileRef, &fDir)) != noErr)
549 if ((err = FSIsAliasFile(&fileRef, &fAlias, &fDir)) != noErr)
553 if ((err = FSResolveAliasFile(&fileRef, TRUE, &fAlias, &fDir)) != noErr)

Completed in 126 milliseconds