Searched refs:OTHER_BUNDLE_INSTALL_PATH (Results 1 – 1 of 1) sorted by relevance
55 constexpr char OTHER_BUNDLE_INSTALL_PATH[] = "/data/bundles/"; variable144 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()