Searched refs:RTDIRENTRYTYPE_SYMLINK (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp61 case RTDIRENTRYTYPE_SYMLINK: RTPrintf("l"); break;
H A DtstDir.cpp102 case RTDIRENTRYTYPE_SYMLINK: RTPrintf("l"); break;
/vbox/include/iprt/
H A Ddir.h255 RTDIRENTRYTYPE_SYMLINK = 012, enumerator in enum:RTDIRENTRYTYPE
433 * RTDIRENTRYTYPE_SYMLINK, the function will return
/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp93 pDirEntry->enmType = RTDIRENTRYTYPE_SYMLINK;
117 //case RTDIRENTRYTYPE_SYMLINK:
H A Ddir.cpp722 *penmType = RTDIRENTRYTYPE_SYMLINK;
744 || *penmType != RTDIRENTRYTYPE_SYMLINK))
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp348 case DT_LNK: return RTDIRENTRYTYPE_SYMLINK;
449 case RTDIRENTRYTYPE_SYMLINK: pInfo->Attr.fMode = RTFS_DOS_NT_NORMAL | RTFS_TYPE_SYMLINK;
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp501 pDirEntry->enmType = RTDIRENTRYTYPE_SYMLINK;
514 pDirEntry->enmType = RTDIRENTRYTYPE_SYMLINK;
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp305 case RTDIRENTRYTYPE_SYMLINK:
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp382 || u.Entry.enmType == RTDIRENTRYTYPE_SYMLINK) )
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2055 case RTDIRENTRYTYPE_SYMLINK:

Completed in 69 milliseconds