Home
last modified time | relevance | path

Searched defs:ReadFileToBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_util.cpp123 bool ReadFileToBuffer(const std::string &filePath, uint8_t *buffer, size_t bufferSize) in ReadFileToBuffer() function
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c45 char *ReadFileToBuffer(const char *fileName, char *buffer, uint32_t bufferSize) in ReadFileToBuffer() function
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp40 bool ReadFileToBuffer(const std::string &filePath, uint8_t *buffer, size_t bufferSize) in ReadFileToBuffer() function
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_data_storage.cpp327 std::unique_ptr<uint8_t[]> MissionDataStorage::ReadFileToBuffer(const std::string &filePath, size_t… in ReadFileToBuffer() function in OHOS::AAFwk::MissionDataStorage