Home
last modified time | relevance | path

Searched refs:ReadFilePathData (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h55 bool ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, std::vector<uint8_t>& content,
H A Djs_worker.cpp221 } 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 Dabilityframeworksnativejsworker_fuzzer.cpp83 helper.ReadFilePathData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()

Completed in 4 milliseconds