Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.cpp51 string Options::GetUsage() const { in GetUsage() function in android::aidl::Options
486 std::cerr << GetUsage(); in Options()
495 error_message_ << GetUsage(); in Options()
Doptions.h224 string GetUsage() const;
Daidl.cpp938 AIDL_ERROR(options.GetErrorMessage()) << options.GetUsage(); in aidl_entry()