Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp144 std::string AssetHelper::NormalizedFileName(const std::string& fileName) const in NormalizedFileName() function in OHOS::AbilityRuntime::AssetHelper
206 filePath = NormalizedFileName(realPath); in operator ()()
234 ami = NormalizedFileName(uri); in operator ()()
251 filePath = NormalizedFileName(realPath); in operator ()()
H A Djs_worker.h50 std::string NormalizedFileName(const std::string& fileName) const;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp78 helper.NormalizedFileName(jsonStr); in DoSomethingInterestingWithMyAPI()