Home
last modified time | relevance | path

Searched refs:BUNDLE_INSTALL_PATH (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp27 constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member
40 int prefixLen = strlen(BUNDLE_INSTALL_PATH); in operator ()()
H A Djs_runtime.cpp88 constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member
533 srcFilename = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in LoadScript()
1127 path = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in RunScript()
1311 std::string path = BUNDLE_INSTALL_PATH + moduleName_ + MERGE_ABC_PATH; in UpdateModuleNameAndAssetPath()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp54 constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member
141 if (StringStartWith(curJsModulePath, BUNDLE_INSTALL_PATH, std::string(BUNDLE_INSTALL_PATH).length())) { in GetInstallPath()
142 pos = std::string(BUNDLE_INSTALL_PATH).length() - 1; in GetInstallPath()
334 moduleInstallPath = std::string(BUNDLE_INSTALL_PATH); in ParseOhmUri()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp57 constexpr char BUNDLE_INSTALL_PATH[] = "/data/storage/el1/bundle/"; member
361 abilityPath_ = BUNDLE_INSTALL_PATH + options_.moduleName + "/" + abilitySrcPath; in StartAbility()
405 auto moduleSrcPath = BUNDLE_INSTALL_PATH + options_.moduleName + "/" + srcEntrance; in LoadAbilityStage()

Completed in 11 milliseconds