Searched defs:rawFile (Results 1 – 5 of 5) sorted by relevance
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_ohos_resource_adapter_impl.cpp | 28 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/ |
| D | ark_ohos_resource_adapter_wrapper.cpp | 26 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/ |
| D | raw_file_manager.cpp | 265 int OH_ResourceManager_ReadRawFile(const RawFile *rawFile, void *buf, size_t length) in OH_ResourceManager_ReadRawFile() 287 int OH_ResourceManager_SeekRawFile(const RawFile *rawFile, long offset, int whence) in OH_ResourceManager_SeekRawFile() 318 long OH_ResourceManager_GetRawFileSize(RawFile *rawFile) in OH_ResourceManager_GetRawFileSize() 327 long OH_ResourceManager_GetRawFileRemainingLength(const RawFile *rawFile) in OH_ResourceManager_GetRawFileRemainingLength() 337 void OH_ResourceManager_CloseRawFile(RawFile *rawFile) in OH_ResourceManager_CloseRawFile() 346 long OH_ResourceManager_GetRawFileOffset(const RawFile *rawFile) in OH_ResourceManager_GetRawFileOffset() 354 static bool GetRawFileDescriptorFromHap(const RawFile *rawFile, RawFileDescriptor &descriptor) in GetRawFileDescriptorFromHap() 371 bool OH_ResourceManager_GetRawFileDescriptor(const RawFile *rawFile, RawFileDescriptor &descriptor) in OH_ResourceManager_GetRawFileDescriptor() 376 bool OH_ResourceManager_GetRawFileDescriptorData(const RawFile *rawFile, RawFileDescriptor *descrip… in OH_ResourceManager_GetRawFileDescriptorData() 501 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/ |
| D | ohos_resource_adapter_impl.cpp | 89 bool ParseRawFile(const std::string& rawFile, in ParseRawFile() 276 bool OhosResourceAdapterImpl::GetRawFileData(const std::string& rawFile, size_t& len, in GetRawFileData() 333 …d::shared_ptr<OhosFileMapper> OhosResourceAdapterImpl::GetRawFileMapper(const std::string& rawFile, in GetRawFileMapper() 339 bool OhosResourceAdapterImpl::IsRawFileExist(const std::string& rawFile, bool isSys) in IsRawFileExist() 344 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, in GetRawFileLastModTime() 356 bool OhosResourceAdapterImpl::GetRawFileLastModTime(const std::string& rawFile, time_t& time, bool … in GetRawFileLastModTime() 378 const std::string& rawFile) in HasEntry() 387 const std::string& rawFile, OHOS::AbilityBase::FileInfo& info) in GetFileInfo() 441 const std::string& rawFile, size_t& len, std::unique_ptr<uint8_t[]>& dest) in GetRawFileData() 460 const std::string& rawFile) in GetRawFileMapper()
|
| /base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/ |
| D | ohos_resource_adapter_test.cpp | 122 std::string rawFile = "test_web"; variable 229 std::string rawFile = "test_web"; variable 312 std::string rawFile = "test"; variable
|