Home
last modified time | relevance | path

Searched refs:MERGE_ABC_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp26 constexpr char MERGE_ABC_PATH[] = "/ets/modules.abc"; variable
41 int suffixLen = strlen(MERGE_ABC_PATH); in operator ()()
H A Djs_module_reader.h34 static constexpr char MERGE_ABC_PATH[] = "ets/modules.abc"; variable
H A Djs_runtime.cpp85 constexpr char MERGE_ABC_PATH[] = "/ets/modules.abc"; variable
489 resolvedHapPath = hapPath.substr(0, position) + MERGE_ABC_PATH; in LoadRepairPatch()
494 resolvedHapPath = hapPath.substr(0, hspPosition) + MERGE_ABC_PATH; in LoadRepairPatch()
565 srcFilename = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in LoadScript()
1163 path = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in RunScript()
1383 std::string path = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in UpdateModuleNameAndAssetPath()
H A Djs_module_reader.cpp69 auto data = extractor->GetSafeData(MERGE_ABC_PATH); in operator ()()