Searched refs:CheckFile (Results 1 – 6 of 6) sorted by relevance
38 int32_t CheckFile(const std::string &fileName, int type);
137 int32_t CheckFile(const std::string &fileName, int type) in GetFileSize() function
543 if (CheckFile(fileName, type) != PKG_SUCCESS) { in DoCreatePkgStream()
226 int ret = CheckFile(filePath, PkgStream::PkgStreamType_Read); in TestCheckFile()
1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...