Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dcmd_list.cpp59 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()
Dcmd_parser.cpp26 { "inputPath", required_argument, nullptr, Option::INPUTPATH },
373 handles_.emplace(Option::INPUTPATH, bind(&PackageParser::AddInput, this, _1)); in InitCommand()
/developtools/global_resource_tool/include/
Dresource_data.h121 INPUTPATH = 'i', enumerator