Home
last modified time | relevance | path

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

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