Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3085 std::string innerPath = argList_[index - INDEX_OFFSET]; in GetQuickFixPath() local
3086 if (innerPath.empty() || innerPath == "-p" || innerPath == "--patch-path") { in GetQuickFixPath()
3090 APP_LOGD("GetQuickFixPath is %{public}s'", innerPath.c_str()); in GetQuickFixPath()
3091 quickFixPaths.emplace_back(innerPath); in GetQuickFixPath()