!512 style:修改 liteos_a unittest 测试文件的 licence 注释
Merge pull request !512 from phchang/fixlience
This commit is contained in:
commit
78e8d86611
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,34 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
#define MS_NOSYNC 2
|
#define MS_NOSYNC 2
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,47 +1,33 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
|
||||||
* Copyright (c) 2020-2021 Huawei
|
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
|
||||||
* Device Co., Ltd. All rights reserved.
|
*
|
||||||
*
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* are permitted provided that the following conditions are met:
|
||||||
* modification,
|
*
|
||||||
* are permitted provided that the following conditions are met:
|
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||||
*
|
* conditions and the following disclaimer.
|
||||||
* 1. Redistributions of source
|
*
|
||||||
* code must retain the above copyright notice, this list of
|
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
* conditions and the following disclaimer.
|
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
*
|
* provided with the distribution.
|
||||||
* 2.
|
*
|
||||||
* Redistributions in binary form must reproduce the above copyright notice, this list
|
* 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
||||||
* of conditions and the
|
* to endorse or promote products derived from this software without specific prior written
|
||||||
* following disclaimer in the documentation and/or other materials
|
* permission.
|
||||||
* provided with the distribution.
|
*
|
||||||
*
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
* 3.
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||||
* Neither the name of the copyright holder nor the names of its contributors may be used
|
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* to endorse or promote
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
* products derived from this software without specific prior written
|
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||||
* permission.
|
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
*
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
* THIS SOFTWARE IS PROVIDED
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
* BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
* LIMITED TO,
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
*/
|
||||||
* PURPOSE ARE DISCLAIMED. IN
|
|
||||||
* NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
||||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
||||||
*
|
|
||||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
* LOSS OF USE, DATA, OR PROFITS;
|
|
||||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
||||||
* WHETHER
|
|
||||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE, EVEN IF
|
|
||||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "It_vfs_fat.h"
|
#include "It_vfs_fat.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue