Searched refs:innerPath (Results 1 – 1 of 1) sorted by relevance
3085 std::string innerPath = argList_[index - INDEX_OFFSET]; in GetQuickFixPath() local3086 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()