Home
last modified time | relevance | path

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

/ohos5.0/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<u…
H A Djs_worker.cpp220 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
263 … } else if (!ReadFilePathData(filePath, buff, buffSize, content, useSecureMem, isRestricted)) { in operator ()()
362 bool AssetHelper::ReadFilePathData(const std::string& filePath, uint8_t** buff, size_t* buffSize, in ReadFilePathData() function in OHOS::AbilityRuntime::AssetHelper
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp83 helper.ReadFilePathData(jsonStr, &buff, &buffSize, content, useSecureMem, isRestricted); in DoSomethingInterestingWithMyAPI()