Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp55 constexpr char OTHER_BUNDLE_INSTALL_PATH[] = "/data/bundles/"; variable
144 if (!StringStartWith(curJsModulePath, OTHER_BUNDLE_INSTALL_PATH, in GetInstallPath()
145 std::string(OTHER_BUNDLE_INSTALL_PATH).length())) { in GetInstallPath()
149 pos = curJsModulePath.find('/', std::string(OTHER_BUNDLE_INSTALL_PATH).length()); in GetInstallPath()
335 moduleInstallPath = std::string(OTHER_BUNDLE_INSTALL_PATH); in ParseOhmUri()