Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp513 int hspIndex = 0; in RunAsInstallCommand() local
636 hspIndex = optind; in RunAsInstallCommand()
659 for (; hspIndex < argc_ && hspIndex >= INDEX_OFFSET; ++hspIndex) { in RunAsInstallCommand()
660 if (IsInstallOption(hspIndex)) { in RunAsInstallCommand()
663 if (GetBundlePath(argList_[hspIndex - INDEX_OFFSET], sharedBundleDirPaths) != OHOS::ERR_OK) { in RunAsInstallCommand()

Completed in 4 milliseconds