Searched refs:ReadFilePathData (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 55 bool ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content,
|
H A D | js_worker.cpp | 221 } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()() 264 } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()() 363 bool AssetHelper::ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, in ReadFilePathData() function in OHOS::AbilityRuntime::AssetHelper 455 TAG_LOGE(AAFwkTag::JSRUNTIME, "ReadFilePathData failed, file is too large"); in ReadFilePathData()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/ |
H A D | abilityframeworksnativejsworker_fuzzer.cpp | 83 helper.ReadFilePathData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()
|
Completed in 4 milliseconds