Searched refs:CheckFile (Results 1 – 5 of 5) sorted by relevance
38 int32_t CheckFile(const std::string &fileName, int type);
96 int32_t CheckFile(const std::string &fileName, int type) in GetFileSize() function
536 if (CheckFile(fileName, type) != PKG_SUCCESS) { in DoCreatePkgStream()
226 int ret = CheckFile(filePath, PkgStream::PkgStreamType_Read); in TestCheckFile()