Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp89 || file::IsHidden(prefix_path)) { in Create()
105 || file::IsHidden(full_path)) { in Create()
/frameworks/base/tools/aapt2/util/
DFiles.h78 bool IsHidden(const android::StringPiece& path);
DFiles.cpp174 bool IsHidden(const android::StringPiece& path) { in IsHidden() function
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp651 if (file::IsHidden(path)) { in Compile()