Home
last modified time | relevance | path

Searched refs:GetFileLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file_reader.h29 static size_t GetFileLen(const std::string &filePath);
38 size_t GetFileLen() const in GetFileLen() function
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader.cpp33 size_t fileSize = GetFileLen(filePath); in CreateZipFileReader()
61 size_t ZipFileReader::GetFileLen(const std::string &filePath) in GetFileLen() function in OHOS::AbilityBase::ZipFileReader
H A Dzip_file.cpp282 auto fileLength = zipFileReader_->GetFileLen(); in Open()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dfile_operator.c91 static int32_t GetFileLen(const char *fileName, uint32_t *len) in GetFileLen() function
136 .getFileLen = GetFileLen, in GetDefaultFileOperator()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dfile_operator.c99 IAM_STATIC int32_t GetFileLen(const char *fileName, uint32_t *len) in GetFileLen() function
145 .getFileLen = GetFileLen, in GetDefaultFileOperator()