Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp55 const int32_t INDEX_OFFSET = 2; member
274 if (index >= argc_ || index < INDEX_OFFSET) { in IsInstallOption()
277 if (argList_[index - INDEX_OFFSET] == "-r" || argList_[index - INDEX_OFFSET] == "--replace" || in IsInstallOption()
278 argList_[index - INDEX_OFFSET] == "-p" || argList_[index - INDEX_OFFSET] == "--bundle-path" || in IsInstallOption()
279 argList_[index - INDEX_OFFSET] == "-u" || argList_[index - INDEX_OFFSET] == "--user-id" || in IsInstallOption()
280 argList_[index - INDEX_OFFSET] == "-w" || argList_[index - INDEX_OFFSET] in IsInstallOption()
[all...]
H A Dbundle_test_tool.cpp56 const int32_t INDEX_OFFSET = 2; member
3130 for (; index < argc_ && index >= INDEX_OFFSET; ++index) { in GetQuickFixPath()
3131 if (argList_[index - INDEX_OFFSET] == "-p" || argList_[index - INDEX_OFFSET] == "--patch-path") { in GetQuickFixPath()
3135 std::string innerPath = argList_[index - INDEX_OFFSET]; in GetQuickFixPath()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp38 constexpr int INDEX_OFFSET = 3; member
537 for (auto index = INDEX_OFFSET; index < argc_; ++index) { in RunAsForceStop()

Completed in 13 milliseconds