Searched refs:VBoxToNTFileAttributes (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.h38 uint32_t VBoxToNTFileAttributes (uint32_t fMode);
H A Dinfo.c276 pInfo->FileAttributes = VBoxToNTFileAttributes(pDirEntry->Info.Attr.fMode);
314 pInfo->FileAttributes = VBoxToNTFileAttributes(pDirEntry->Info.Attr.fMode);
353 pInfo->FileAttributes = VBoxToNTFileAttributes(pDirEntry->Info.Attr.fMode);
402 pInfo->FileAttributes = VBoxToNTFileAttributes(pDirEntry->Info.Attr.fMode);
1126 pInfo->FileAttributes = VBoxToNTFileAttributes(pFileEntry->Attr.fMode);
1223 pInfo->FileAttributes = VBoxToNTFileAttributes(pFileEntry->Attr.fMode);
1274 pInfo->FileAttributes = VBoxToNTFileAttributes(pFileEntry->Attr.fMode);
H A Dvbsfhlp.c48 uint32_t VBoxToNTFileAttributes (uint32_t fMode) function
H A Dpath.c411 pFileBasicInfo->FileAttributes = VBoxToNTFileAttributes(pCreateParms->Info.Attr.fMode);

Completed in 48 milliseconds