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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfschain.cpp333 * @param pcchAction Where to return the length of the action
336 static RTVFSCHAINACTION rtVfsChainSpecEatAction(const char *pszSpec, size_t *pcchAction) argument
341 *pcchAction = 1;
344 *pcchAction = 1;
347 *pcchAction = 0;

Completed in 42 milliseconds