Home
last modified time | relevance | path

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

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