Lines Matching refs:Options

35 const char *Options::optSupportArgs = "hvcs:m:p:d:r:o:D:t:";
56 Options &Options::GetInstance()
58 static Options option;
62 bool Options::Parse(int argc, char *argv[])
88 bool Options::ParseSingle(int option, std::string optVal)
132 bool Options::ParseOptionWithValue(int option, std::string optVal)
182 bool Options::SetSystemLevel(const std::string &system)
199 bool Options::SetGenerateMode(const std::string &mode)
217 bool Options::SetLanguage(const std::string &language)
238 bool Options::SetMetadataFile(const std::string &file)
245 void Options::SetPackage(const std::string &infPackage)
250 void Options::AddSources(const std::string &sourceFile)
264 void Options::AddSourcesByDir(const std::string &dir)
274 bool Options::AddPackagePath(const std::string &packagePath)
299 void Options::SetOutDir(const std::string &dir)
305 bool Options::CheckOptions()
330 bool Options::CheckSaOptions()
355 bool Options::DoSupportSaType()
404 bool Options::CheckHdiOptions()
436 void Options::SetHdiDefaultOption()
447 bool Options::DoSupportHdiType()
477 bool Options::DoSupportSmType()
507 void Options::SetSmDefaultOption()
514 bool Options::CheckSmOptions()
546 bool Options::SetHiTrace(const std::string &tag)
554 bool Options::SetLogDomainId(const std::string &id)
561 bool Options::SetLogTag(const std::string &tag)
568 bool Options::SetInterfaceType(const std::string &type)
589 bool Options::DoLogOn() const
597 bool Options::DoLegalLog() const
611 bool Options::HasErrors() const
616 void Options::ShowErrors() const
626 bool Options::HasWarning() const
638 void Options::ShowWarning() const
643 void Options::ShowVersion() const
650 void Options::ShowUsage() const
654 "Options:\n"
691 std::string Options::GetRootPackage(const std::string &package) const
708 std::string Options::GetRootPath(const std::string &package) const
725 std::string Options::GetSubPackage(const std::string &package) const
744 std::string Options::GetPackagePath(const std::string &package) const
775 std::string Options::GetImportFilePath(const std::string &import) const