Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp336 static bool IsValidFile(IAaptContext* context, const std::string& input_path) { in IsValidFile() function
662 if (!options.res_zip && !IsValidFile(context, path)) { in Compile()