Home | History | Annotate | Download | only in Support

Lines Matching refs:StrLen

201       /// @param StrLen The length of the path name at StrStart
203 Path(const char *StrStart, unsigned StrLen);
671 unsigned StrLen ///< Length of the path.
672 ) : Path(StrStart, StrLen), status(), fsIsValid(false) {}