Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_typenames.cpp74 static bool IsValidName(const string& name) { in IsValidName() function
89 if (!IsValidName(type->GetPackage()) || !IsValidName(type->GetName())) { in AddDefinedType()
101 if (!IsValidName(type->GetPackage()) || !IsValidName(type->GetName())) { in AddPreprocessedType()
/system/core/init/
Dservice.h320 bool IsValidName(const std::string& name) const;
Dservice.cpp1408 if (!IsValidName(name)) { in ParseSection()
1464 bool ServiceParser::IsValidName(const std::string& name) const { in IsValidName() function in android::init::ServiceParser