Home
last modified time | relevance | path

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

/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp192 std::string iconpath; in ShowAllAppInfo() local
193 WuKongUtil::GetInstance()->GetIconPath(iconpath); in ShowAllAppInfo()
202 DEBUG_LOG_STR("IconPath: %s", iconpath.c_str()); in ShowAllAppInfo()
/test/ostest/wukong/common/include/
Dwukong_util.h163 void GetIconPath(std::string &iconpath);
/test/ostest/wukong/common/src/
Dwukong_util.cpp417 void WuKongUtil::GetIconPath(std::string &iconpath) in GetIconPath() argument
419 iconpath = iconPath_; in GetIconPath()