Searched refs:MERGE_ABC_PATH (Results 1 – 4 of 4) sorted by relevance
26 constexpr char MERGE_ABC_PATH[] = "/ets/modules.abc"; variable41 int suffixLen = strlen(MERGE_ABC_PATH); in operator ()()
34 static constexpr char MERGE_ABC_PATH[] = "ets/modules.abc"; variable
85 constexpr char MERGE_ABC_PATH[] = "/ets/modules.abc"; variable489 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()
69 auto data = extractor->GetSafeData(MERGE_ABC_PATH); in operator ()()