Searched refs:INPUTPATH (Results 1 – 3 of 3) sorted by relevance
/developtools/global_resource_tool/src/ |
D | cmd_list.cpp | 59 Option::INPUTPATH, callback)); in InitFileListCommand() 61 …s_.push_back(bind(&CmdList::GetArray, this, root["moduleResources"], Option::INPUTPATH, callback)); in InitFileListCommand() 62 …dles_.push_back(bind(&CmdList::GetArray, this, root["dependencies"], Option::INPUTPATH, callback)); in InitFileListCommand()
|
D | cmd_parser.cpp | 26 { "inputPath", required_argument, nullptr, Option::INPUTPATH }, 373 handles_.emplace(Option::INPUTPATH, bind(&PackageParser::AddInput, this, _1)); in InitCommand()
|
/developtools/global_resource_tool/include/ |
D | resource_data.h | 121 INPUTPATH = 'i', enumerator
|