Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.cpp340 static StringPiece SkipNameValidator(const StringPiece& /*name*/) { in SkipNameValidator() function
350 (validate_resources_ ? ResourceNameValidator : SkipNameValidator), in AddResource()
358 (validate_resources_ ? ResourceNameValidator : SkipNameValidator), in AddResourceWithId()
365 return AddResourceImpl(name, ResourceId{}, config, product, std::move(value), SkipNameValidator, in AddResourceMangled()
373 return AddResourceImpl(name, id, config, product, std::move(value), SkipNameValidator, in AddResourceWithIdMangled()
494 return SetVisibilityImpl(name, visibility, res_id, SkipNameValidator, diag); in SetVisibilityWithIdMangled()
580 return SetAllowNewImpl(name, allow_new, SkipNameValidator, diag); in SetAllowNewMangled()