Searched defs:Props (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp89 RTFSPROPERTIES Props; local
90 rc = RTFsQueryProperties(argv[i], &Props);
93 Props.cbMaxComponent,
94 Props.fCaseSensitive ? "case" : "not-case",
95 Props.fCompressed ? "compressed" : "not-compressed",
96 Props.fFileCompression ? "file-compression" : "no-file-compression",
97 Props.fReadOnly ? "readonly" : "readwrite",
98 Props.fRemote ? "remote" : "not-remote",
99 Props.fSupportsUnicode ? "supports-unicode" : "doesn't-support-unicode");
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h311 PDMPCMPROPS Props; member in struct:PDMAUDIOHSTSTRMIN
332 PDMPCMPROPS Props; member in struct:PDMAUDIOHSTSTRMOUT
367 PDMPCMPROPS Props; member in struct:PDMAUDIOGSTSTRMIN
387 PDMPCMPROPS Props; member in struct:PDMAUDIOGSTSTRMOUT
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp303 RTFSPROPERTIES Props; local
304 int rc = RTFsQueryProperties(pszPath, &Props);
311 return !Props.fCaseSensitive;

Completed in 1268 milliseconds