Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp89 || file::IsHidden(prefix_path)) { in Create()
105 || file::IsHidden(full_path)) { in Create()
/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.h78 bool IsHidden(const android::StringPiece& path);
H A DFiles.cpp174 bool IsHidden(const android::StringPiece& path) { in IsHidden() function
/aosp12/system/tools/aidl/
H A Daidl_dumpapi.cpp63 const auto hidden = c.IsHidden(); in DumpComments()
H A Daidl_language.cpp814 bool AidlCommentable::IsHidden() const { in IsHidden() function in AidlCommentable
H A Daidl_language.h190 bool IsHidden() const;
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp653 if (file::IsHidden(path)) { in Compile()