Home
last modified time | relevance | path

Searched defs:rawFile (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_ohos_resource_adapter_impl.cpp28 bool ArkOhosResourceAdapterImpl::GetRawFileData(const ArkWebString& rawFile, size_t& len, uint8_t**… in GetRawFileData()
33 …rkOhosFileMapper> ArkOhosResourceAdapterImpl::GetRawFileMapper(const ArkWebString& rawFile, bool i… in GetRawFileMapper()
44 bool ArkOhosResourceAdapterImpl::IsRawFileExist(const ArkWebString& rawFile, bool isSys) in IsRawFileExist()
50 const ArkWebString& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
55 bool ArkOhosResourceAdapterImpl::GetRawFileLastModTime(const ArkWebString& rawFile, time_t& time, b… in GetRawFileLastModTime()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_ohos_resource_adapter_wrapper.cpp26 bool ArkOhosResourceAdapterWrapper::GetRawFileData(const std::string& rawFile, size_t& len, uint8_t… in GetRawFileData()
35 const std::string& rawFile, bool isSys) in GetRawFileMapper()
46 bool ArkOhosResourceAdapterWrapper::IsRawFileExist(const std::string& rawFile, bool isSys) in IsRawFileExist()
55 const std::string& rawFile, uint16_t& date, uint16_t& time, bool isSys) in GetRawFileLastModTime()
63 bool ArkOhosResourceAdapterWrapper::GetRawFileLastModTime(const std::string& rawFile, time_t& time,… in GetRawFileLastModTime()
/base/global/resource_management/frameworks/resmgr/src/
Draw_file_manager.cpp266 int OH_ResourceManager_ReadRawFile(const RawFile *rawFile, void *buf, size_t length) in OH_ResourceManager_ReadRawFile()
288 int OH_ResourceManager_SeekRawFile(const RawFile *rawFile, long offset, int whence) in OH_ResourceManager_SeekRawFile()
319 long OH_ResourceManager_GetRawFileSize(RawFile *rawFile) in OH_ResourceManager_GetRawFileSize()
328 long OH_ResourceManager_GetRawFileRemainingLength(const RawFile *rawFile) in OH_ResourceManager_GetRawFileRemainingLength()
338 void OH_ResourceManager_CloseRawFile(RawFile *rawFile) in OH_ResourceManager_CloseRawFile()
347 long OH_ResourceManager_GetRawFileOffset(const RawFile *rawFile) in OH_ResourceManager_GetRawFileOffset()
355 static bool GetRawFileDescriptorFromHap(const RawFile *rawFile, RawFileDescriptor &descriptor) in GetRawFileDescriptorFromHap()
370 bool OH_ResourceManager_GetRawFileDescriptor(const RawFile *rawFile, RawFileDescriptor &descriptor) in OH_ResourceManager_GetRawFileDescriptor()
375 bool OH_ResourceManager_GetRawFileDescriptorData(const RawFile *rawFile, RawFileDescriptor *descrip… in OH_ResourceManager_GetRawFileDescriptorData()
500 int64_t OH_ResourceManager_ReadRawFile64(const RawFile64 *rawFile, void *buf, int64_t length) in OH_ResourceManager_ReadRawFile64()
[all …]
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp87 bool ParseRawFile(const std::string& rawFile, in ParseRawFile()
266 bool OhosResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, in GetRawFileData()
323 …d::shared_ptr<OhosFileMapper> OhosResourceAdapterImpl::GetRawFileMapper(const std::string& rawFile, in GetRawFileMapper()
329 bool OhosResourceAdapterImpl::IsRawFileExist(const std::string& rawFile, bool isSys) in IsRawFileExist()
334 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, in GetRawFileLastModTime()
346 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool … in GetRawFileLastModTime()
368 const std::string& rawFile) in HasEntry()
377 const std::string& rawFile, OHOS::AbilityBase::FileInfo& info) in GetFileInfo()
431 const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData()
450 const std::string& rawFile) in GetRawFileMapper()
/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
Dohos_resource_adapter_test.cpp114 std::string rawFile = "test_web"; variable
285 std::string rawFile = "test"; variable