Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp674 auto compile_func = &CompileFile; in Compile() local
676 compile_func = &CompileTable; in Compile()
684 compile_func = &CompileXml; in Compile()
687 compile_func = &CompilePng; in Compile()
699 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
709 if (!compile_func(context, options, path_data, file, output_writer, out_path)) { in Compile()