Searched refs:_SlFsStrlen (Results 1 – 1 of 1) sorted by relevance
55 static _u16 _SlFsStrlen(const _u8 *buffer);62 static _u16 _SlFsStrlen(const _u8 *buffer) in _SlFsStrlen() function173 if ( _SlFsStrlen(pFileName) >= SL_FS_MAX_FILE_NAME_LENGTH ) in sl_FsOpen()178 …CmdExt.TxPayload1Len = (_u16)((_SlFsStrlen(pFileName)+4) & (~3)); /* add 4: 1 for NULL and the 3 f… in sl_FsOpen()264 …Msg.Cmd.CertificFileNameLength = (_u32)((_SlFsStrlen(pCeritificateFileName)+4) & (~3)); /* add 4: … in sl_FsClose()487 if ( _SlFsStrlen(pFileName) >= SL_FS_MAX_FILE_NAME_LENGTH ) in sl_FsGetInfo()492 …CmdExt.TxPayload1Len = (_u16)((_SlFsStrlen(pFileName)+4) & (~3)); /* add 4: 1 for NULL and the 3 f… in sl_FsGetInfo()550 if ( _SlFsStrlen(pFileName) >= SL_FS_MAX_FILE_NAME_LENGTH ) in sl_FsDel()557 …CmdExt.TxPayload1Len = (_u16)((_SlFsStrlen(pFileName)+4) & (~3)); /* add 4: 1 for NULL and the 3 f… in sl_FsDel()601 Msg.Cmd.FileNameLength = _SlFsStrlen(pFileName) + 1 ; in sl_FsCtl()[all …]